Skip to content

Instantly share code, notes, and snippets.

@jdiez17
Created August 14, 2014 00:50
Show Gist options
  • Select an option

  • Save jdiez17/580023af384656f72538 to your computer and use it in GitHub Desktop.

Select an option

Save jdiez17/580023af384656f72538 to your computer and use it in GitHub Desktop.
jdiez@judiez:~$ grep -i gopath .bashrc
export GOPATH=$HOME/go
jdiez@judiez:~$ env | grep -i gopath
GOPATH=/home/jdiez/go
jdiez@judiez:~$ go env
GOROOT="/usr/lib/go"
GOBIN=""
GOARCH="386"
GOCHAR="8"
GOOS="linux"
GOEXE=""
GOHOSTARCH="386"
GOHOSTOS="linux"
GOTOOLDIR="/usr/lib/go/pkg/tool/linux_386"
GOGCCFLAGS="-g -O2 -fPIC -m32 -pthread"
CGO_ENABLED="1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment