Created
April 22, 2019 10:34
-
-
Save j3rrykh4n/c339cf6bd39132ae4aa50293b1cfd4cc 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
| export GOROOT="/data/data/com.termux/files/usr/lib/go" | |
| export GOPATH=$HOME/storage/storage/sdcard0/htdocs/go/ | |
| export PATH=$GOPATH/bin:$GOROOT/bin:$PATH | |
| ~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment