Created
September 28, 2016 07:27
-
-
Save RavenXce/a0706b8329403cdb68fa2e27db5c39a0 to your computer and use it in GitHub Desktop.
bash profile for Grab golang repo
This file contains 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 stuff | |
export GOPATH=$HOME/go | |
export GOROOT=/usr/local/opt/go/libexec | |
export PATH=$PATH:$GOPATH/bin | |
export PATH=$PATH:$GOROOT/bin | |
# Grab stuff | |
source $GOPATH/src/github.com/myteksi/go/scripts/env-vars.sh '' -ci > /dev/null 2>&1 | |
export REDIS_HOST=localhost |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment