Created
February 11, 2013 12:57
-
-
Save awly/4754279 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
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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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"