8 lines
77 B
Go
8 lines
77 B
Go
package foo
|
|
|
|
import "fmt"
|
|
|
|
func PrintFoo() {
|
|
fmt.Println("hello, world.")
|
|
}
|