1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 22:31:36 +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"
}