1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 00:12:29 +03:00
semantic/test/fixtures/go/analysis/foo/foo.go
2018-03-12 13:52:50 -07:00

6 lines
53 B
Go

package foo
func New() string {
return "New foo"
}