Skip to content

Instantly share code, notes, and snippets.

@ecormaksin
Last active June 26, 2021 12:51
Show Gist options
  • Save ecormaksin/3d6e12e7d3e92e0a43971bbe64e76478 to your computer and use it in GitHub Desktop.
Save ecormaksin/3d6e12e7d3e92e0a43971bbe64e76478 to your computer and use it in GitHub Desktop.
GOLANG_BIN_PATH=/usr/local/go/bin
echo $PATH | grep $GOLANG_BIN_PATH >/dev/null
if [ $? -ne 0 ]; then
export PATH=$GOLANG_BIN_PATH:$PATH
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment