Skip to content

Instantly share code, notes, and snippets.

@awly
Created February 11, 2013 12:57
Show Gist options
  • Save awly/4754279 to your computer and use it in GitHub Desktop.
Save awly/4754279 to your computer and use it in GitHub Desktop.
GOARCH="amd64"
GOBIN=""
GOCHAR="6"
GOEXE=""
GOGCCFLAGS="-g -O2 -fPIC -m64 -pthread"
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/cron/dev/go"
GOROOT="/usr/local/go"
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
CGO_ENABLED="1"
@limoges
Copy link

limoges commented Feb 11, 2013

GOARCH="amd64"
GOBIN=""
GOCHAR="6"
GOEXE=""
GOGCCFLAGS="-g -O2 -fPIC -m64 -pthread -fno-common"
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/limoges/Ulmon/golang/thirdparty:/Users/limoges/Ulmon/golang/ulmon"
GOROOT="/usr/local/Cellar/go/1.0.3"
GOTOOLDIR="/usr/local/Cellar/go/1.0.3/pkg/tool/darwin_amd64"
CGO_ENABLED="1"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment