> For the complete documentation index, see [llms.txt](https://denglj.gitbook.io/essential-go/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://denglj.gitbook.io/essential-go/common-standard-libraries/56-the-go-command.md).

# 56 Go语言命令行工具

`go`命令是一个命令行程序，用于管理Go开发。

它支持构建，运行和测试代码以及各种其他与Go相关的任务。
