> For the complete documentation index, see [llms.txt](https://gitbook.fantasticmao.cn/tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.fantasticmao.cn/tech/go/go-chang-yong-ming-ling.md).

# Go 常用命令

`go mod init`

`go mod tidy`

`go mod edit`

`go run`

`go test`、`go test -v`

`go build`

`go install`

`go list`

`go env`

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