drop the quotes around the gopath
This commit is contained in:
parent
9bb651c0b9
commit
1e39dca022
1 changed files with 1 additions and 1 deletions
2
.bashrc
2
.bashrc
|
@ -1,4 +1,4 @@
|
||||||
export GOPATH="~/go"
|
export GOPATH=~/go
|
||||||
export GOTELEMETRY=off
|
export GOTELEMETRY=off
|
||||||
export GOTOOLCHAIN=local
|
export GOTOOLCHAIN=local
|
||||||
export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
|
export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
|
||||||
|
|
Loading…
Reference in a new issue