We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4dd92c + 64868b3 commit bdf8fb4Copy full SHA for bdf8fb4
zh/01.1.md
@@ -155,7 +155,7 @@ sudo tar -xzf go1.8.linux-amd64.tar.gz -C /usr/local
155
export GOROOT=/usr/local/go
156
export GOBIN=$GOROOT/bin
157
export PATH=$PATH:$GOBIN
158
-export GOPATH=HOME/gopath (可选设置)
+export GOPATH=$HOME/gopath (可选设置)
159
```
160
或者使用:
161
```sh
@@ -166,7 +166,7 @@ sudo vim /etc/profile
166
167
168
169
170
171
172
### homebrew
0 commit comments