add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,20 +1,20 @@
# go env
> 管理 Go 工具链使用的环境变量。
> 更多信息:<https://golang.org/cmd/go/#hdr-Print_Go_environment_information>.
> 更多信息:<https://golang.org/cmd/go/#hdr-Print_Go_environment_information>
- 显示所有环境变量:
`go env`
- 显示指定的环境变量:
- 显示特定环境变量:
`go env {{GOPATH}}`
- 设置某个环境变量为指定值:
- 将环境变量设置为某个值:
`go env -w {{GOBIN}}={{路径/到/目录}}`
`go env -w {{GOBIN}}={{path/to/directory}}`
- 重置某个环境变量的值:
- 重置环境变量的值:
`go env -u {{GOBIN}}`
`go env -u {{GOBIN}}`