Go 常用命令

go mod init

go mod tidy

go mod edit

go run

go testgo test -v

go build

go install

go list

go env

go clean、go fmt、go get、go tool、go vet

最后更新于