Skip to content
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.

Commit

Permalink
Append the default GOPATH to the end.
Browse files Browse the repository at this point in the history
  • Loading branch information
cespare committed Dec 26, 2012
1 parent 45cd9e6 commit 0b316f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glp
Expand Up @@ -37,7 +37,7 @@ if [[ -f ./.glp ]]; then
fi
append_fullpath $dir
done < ./.glp
export GOPATH=$newpath
export GOPATH="$newpath:$GOPATH"
fi

go "$@"

0 comments on commit 0b316f2

Please sign in to comment.