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

8 lines
115 B
Go
Raw Permalink Normal View History

2023-07-24 11:49:52 +03:00
package mypackage
import "fmt"
func PrintHello() {
fmt.Println("Hello, Modules! This is mypackage speaking!")
}