smoke: a symbol worth indexing
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package pkg
|
||||
|
||||
// Greet is here so the indexer has a real symbol to find.
|
||||
func Greet(name string) string { return "hello, " + name }
|
||||
|
||||
func Caller() string { return Greet("gitsrv") }
|
||||
Reference in New Issue
Block a user