mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 05:11:49 +08:00
fix a typo
This commit is contained in:
@@ -4,7 +4,7 @@ go install 是 Go 中自动包安装工具:如需要将包安装到本地它
|
||||
|
||||
在包安装前的先决条件是要自动处理包自身依赖关系的安装。被依赖的包也会安装到子目录下,但是没有文档和示例:可以到网上浏览。
|
||||
|
||||
被安装包的列表可以在 $GORROT/goinstall.log 找到。
|
||||
被安装包的列表可以在 $GOROOT/goinstall.log 找到。
|
||||
|
||||
go install 使用了 GOPATH 变量(详见第 2.2 节)。
|
||||
|
||||
|
Reference in New Issue
Block a user