update gopath to allow for other usernames
This commit is contained in:
parent
2fff1de25f
commit
2323ab6d04
1 changed files with 1 additions and 1 deletions
2
.bashrc
2
.bashrc
|
@ -1,4 +1,4 @@
|
||||||
export GOPATH="/home/thrrgilag/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