1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 17:04:47 +03:00

This is Rab

This commit is contained in:
Timothy Clem 2018-03-13 10:13:42 -07:00
parent 69b2c5c64d
commit 1b57a59ee5

View File

@ -1,5 +1,5 @@
package bar
func Rab() string {
return "Bar func"
return "Rab func"
}