I'm setting the $GOPATH using export GOPATH=$HOME/go
as per GoLang's instructions and everything works fine. When I echo
out the path it shows what I set it to.
However, if I close my terminal and re-open it the $GOPATH is no longer what I set it to.
I guess my question is how can I make the new $GOPATH persist?