➜ ~ go version
go version go1.2 darwin/amd64
➜ ~ brew info go
go: stable 1.2 (bottled), HEAD
/usr/local/Cellar/go/1.1.2 (4761 files, 117M)
Built from source
/usr/local/Cellar/go/1.2 (3980 files, 115M) *
Poured from bottle
==> Options
--cross-compile-all
Build the cross-compilers and runtime support for all supported platforms
--cross-compile-common
Build the cross-compilers and runtime support for darwin, linux and windows
--without-cgo
Build without cgo
==> Caveats
As of go 1.2, a valid GOPATH is required to use the `go get` command:
`go vet` and `go doc` are now part of the go.tools sub repo:
To get `go vet` and `go doc` run:
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
zsh completion has been installed to:
/usr/local/share/zsh/site-functions
```