Skip to content

Instantly share code, notes, and snippets.

@pcasaretto
Created September 27, 2015 16:35
Show Gist options
  • Save pcasaretto/a139bac588fe06d96e94 to your computer and use it in GitHub Desktop.
Save pcasaretto/a139bac588fe06d96e94 to your computer and use it in GitHub Desktop.
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/pcasaretto/src/go"
GORACE=""
GOROOT="/usr/local/go"
GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64"
GO15VENDOREXPERIMENT=""
CC="clang"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fno-common"
CXX="clang++"
CGO_ENABLED="1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment