Files
llgo/_demo/runtest/foo/foo.go
2025-02-13 15:47:13 +08:00

6 lines
42 B
Go

package foo
func Foo() int {
return 1
}