goc/tests/samples/reference_other_package_project/foo/foo.go

8 lines
77 B
Go
Raw Normal View History

2020-12-23 03:23:46 +00:00
package foo
import "fmt"
func PrintFoo() {
fmt.Println("hello, world.")
}