mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
13 lines
192 B
Go
13 lines
192 B
Go
//go:generate depstubber --vendor --auto
|
|
package main
|
|
|
|
func main() {}
|
|
|
|
func source() interface{} {
|
|
return nil
|
|
}
|
|
|
|
func sink(v interface{}) {}
|
|
|
|
func link(from interface{}, into interface{}) {}
|