Missing Go paths
# Check what $GOPATH and $GOBIN are currently | |
echo "GOPATH = ${GOPATH}\nGOBIN = ${GOBIN}" | |
# Set them relative to your home directory | |
export GOPATH=$HOME && export GOBIN=$GOPATH/bin | |
echo "GOPATH = ${GOPATH}\nGOBIN = ${GOBIN}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment