go-organization/simple-structure/module-str/mymodule/mypackage/mypackage.go

7 lines
115 B
Go

package mypackage
import "fmt"
func PrintHello() {
fmt.Println("Hello, Modules! This is mypackage speaking!")
}