go mod init example/hello
go mod tidy
go env -w GOPROXY=https://goproxy.cn,direct
go run .
export PATH="/Users/teason23/go/bin:$PATH"
$ go install
go mod init example/hello
go mod tidy
go run .
export PATH="/Users/teason23/go/bin:$PATH"
$ go install