1
1
mirror of https://github.com/github/semantic.git synced 2025-01-02 12:23:08 +03:00
semantic/test/fixtures/go/analysis/bar/rab.go

6 lines
54 B
Go
Raw Normal View History

package bar
func Rab() string {
2018-03-13 20:13:42 +03:00
return "Rab func"
}