9 lines
112 B
Go
9 lines
112 B
Go
![]() |
package main
|
||
|
|
||
|
import "example.com/reference_other_package_project/foo"
|
||
|
|
||
|
func main() {
|
||
|
foo.PrintFoo()
|
||
|
return
|
||
|
}
|