update gopath to allow for other usernames

This commit is contained in:
Morgan McMillian 2024-04-09 15:55:38 -07:00
parent 2fff1de25f
commit 2323ab6d04

View file

@ -1,4 +1,4 @@
export GOPATH="/home/thrrgilag/go"
export GOPATH="~/go"
export GOTELEMETRY=off
export GOTOOLCHAIN=local
export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin