1
1
mirror of https://github.com/github/semantic.git synced 2025-01-06 23:46:21 +03:00
semantic/test/fixtures/go/analysis/foo/foo.go

6 lines
53 B
Go
Raw Normal View History

2018-03-12 23:52:50 +03:00
package foo
func New() string {
return "New foo"
}