drop the quotes around the gopath

This commit is contained in:
Morgan McMillian 2024-04-23 15:50:26 -07:00
parent 9bb651c0b9
commit 1e39dca022

View file

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