Skip to content

Commit b8cbaa6

Browse files
authored
Typo fix
I think you meant to say $HOME
1 parent 925f812 commit b8cbaa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/01.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ sudo tar -xzf go1.8.3.linux-amd64.tar.gz -C /usr/local
119119
export GOROOT=/usr/local/go
120120
export GOBIN=$GOROOT/bin
121121
export PATH=$PATH:$GOBIN
122-
export GOPATH=HOME/gopath
122+
export GOPATH=$HOME/gopath
123123
```
124124
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.
125125
### Homebrew

0 commit comments

Comments
 (0)