mirror of
https://github.com/github/codeql.git
synced 2026-01-30 06:42:57 +01:00
Update main.go
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
package main
|
||||
|
||||
func main() {}
|
||||
func sink(v interface{}) {}
|
||||
func sink(id int, v interface{}) {}
|
||||
|
||||
func link(from interface{}, into interface{}) {}
|
||||
|
||||
func newSource() interface{} {
|
||||
func newSource(id int) interface{} {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user