helloworld
https://github.com/go-tp/helloworld
https://pkg.go.dev/github.com/go-tp/helloworld
安装:
go get github.com/go-tp/helloworld
使用:
package main
import (
"github.com/go-tp/helloworld"
)
func main(){
helloworld.Say()
}
输出:
hello world.