Created
March 3, 2020 05:47
-
-
Save igavrysh/314bcadaeba354e68e40ec0f84663948 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
# make dirs | |
mkdir ~/Documents/gowork | |
mkdir ~/Documents/gowork/bin | |
mkdir ~/Documents/gowork/src | |
mkdir ~/Documents/gowork/pkg | |
export PATH=$PATH:/opt/gradle/gradle-6.2/bin | |
export PATH=$PATH:/usr/local/go/bin | |
# for go programming | |
export GOPATH="$HOME/Documents/gowork" | |
export PATH="$GOPATH/bin:$PATH" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment