Advertisement
Guest User

Untitled

a guest
Oct 1st, 2014
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. package main
  2.  
  3. import "fmt"
  4.  
  5. func main() {
  6. fmt.Println("Hello, world!")
  7. }
  8.  
  9. GOARCH="amd64"
  10. GOBIN=""
  11. GOCHAR="6"
  12. GOEXE=""
  13. GOHOSTARCH="amd64"
  14. GOHOSTOS="darwin"
  15. GOOS="darwin"
  16. GOPATH="/Users/daryl/go"
  17. GORACE=""
  18. GOROOT="/usr/local/go"
  19. GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64"
  20. TERM="dumb"
  21. CC="clang"
  22. GOGCCFLAGS="-g -O2 -fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fno-common"
  23. CXX="clang++"
  24. CGO_ENABLED="1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement