Add GOPATH

This commit is contained in:
Sebastian Bugge 2023-02-27 00:31:40 +01:00
parent eac354de92
commit fc9809aa19
No known key found for this signature in database
GPG key ID: 49D435DEDD6B2829

View file

@ -11,3 +11,7 @@ fi
if [ -d "$HOME/.cargo" ] ; then
. "$HOME/.cargo/env"
fi
if [ -d "$HOME/go" ] ; then
GOPATH="$HOME/go"
fi