Skip to content

Instantly share code, notes, and snippets.

@RavenXce
Created September 28, 2016 07:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RavenXce/a0706b8329403cdb68fa2e27db5c39a0 to your computer and use it in GitHub Desktop.
Save RavenXce/a0706b8329403cdb68fa2e27db5c39a0 to your computer and use it in GitHub Desktop.
bash profile for Grab golang repo
# 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