Skip to content

Instantly share code, notes, and snippets.

@nicholasf
Created July 18, 2014 05:15
Show Gist options
  • Save nicholasf/47273e7630deb3bf6770 to your computer and use it in GitHub Desktop.
Save nicholasf/47273e7630deb3bf6770 to your computer and use it in GitHub Desktop.
♪ ~ echo $GOROOT
♪ ~ echo $GOPATH
/Users/nicholasf/code/go
♪ ~ go env
warning: GOPATH set to GOROOT (/Users/nicholasf/code/go) has no effect
GOARCH="amd64"
GOBIN=""
GOCHAR="6"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/nicholasf/code/go"
GORACE=""
GOROOT="/Users/nicholasf/code/go"
GOTOOLDIR="/Users/nicholasf/code/go/pkg/tool/darwin_amd64"
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