if [[ -z $GOROOT ]]; then export GOROOT="/homes/shumakl/.prefix.$(uname -m)/go" if [[ -d $GOROOT ]]; then PATH="$PATH:$GOROOT/bin" else unset GOROOT fi fi