goc/tests/samples/reference_other_package_project/app/main.go

9 lines
112 B
Go
Raw Normal View History

2020-12-23 03:23:46 +00:00
package main
import "example.com/reference_other_package_project/foo"
func main() {
foo.PrintFoo()
return
}