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

9 lines
112 B
Go

package main
import "example.com/reference_other_package_project/foo"
func main() {
foo.PrintFoo()
return
}