Files
llgo/test/bar/barinner/barinner.go
2025-06-24 16:34:33 +08:00

6 lines
52 B
Go

package barinner
func BarInner() int {
return 2
}