fix gopath

This commit is contained in:
TheK4n 2022-07-04 11:26:01 +03:00
parent 5e7491f77f
commit 133c314a2f

View File

@ -26,5 +26,5 @@ fi
if [ -d "$HOME/.go" ] ; then
export PATH="$PATH:$HOME/.go"
export GOPATH="$HOME/.go"
fi