Go 编译相关的命令详解?

答案解析

go build编译,go run编译并运行,go install安装到GOPATH/bin,go test测试,go mod管理依赖。