You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/01.1.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ sudo tar -xzf go1.8.3.linux-amd64.tar.gz -C /usr/local
119
119
export GOROOT=/usr/local/go
120
120
export GOBIN=$GOROOT/bin
121
121
export PATH=$PATH:$GOBIN
122
-
export GOPATH=HOME/gopath
122
+
export GOPATH=$HOME/gopath
123
123
```
124
124
Starting from go 1.8, The GOPATH environment variable now has a default value if it is unset. It defaults to $HOME/go on Unix and %USERPROFILE%/go on Windows.
0 commit comments