Last active
June 26, 2021 12:51
-
-
Save ecormaksin/3d6e12e7d3e92e0a43971bbe64e76478 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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