Files
llgo/cl/_testgo/runtest/foo/foo.go
2025-04-03 16:32:46 +08:00

6 lines
42 B
Go

package foo
func Foo() int {
return 1
}