Add gobin to path

This commit is contained in:
Kevin Cotugno 2017-12-21 18:15:57 -08:00
parent 5cbc4e8661
commit 8e717c23b2

View File

@ -24,6 +24,7 @@ fi
which go &> /dev/null
if (( !$? )) && [[ -d "$DEVPATH/go" ]]; then
export GOPATH="$DEVPATH/go"
export PATH="$GOPATH/bin:$PATH"
fi
function passgen () {