goc/tests/samples/reference_other_package_project/foo/foo.go
2020-12-31 11:12:52 +08:00

8 lines
77 B
Go

package foo
import "fmt"
func PrintFoo() {
fmt.Println("hello, world.")
}