1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
go: stable 1.9.2 (bottled), devel 1.10beta1, HEAD
Open source programming language to build simple/reliable/efficient software
https://golang.org
/usr/local/Cellar/go/1.8.3 (7,035 files, 282.0MB)
Poured from bottle on 2017-09-05 at 09:29:02
/usr/local/Cellar/go/1.9 (7,639 files, 293.7MB)
Poured from bottle on 2017-09-05 at 09:45:50
/usr/local/Cellar/go/1.9.2 (7,646 files, 293.9MB) *
Poured from bottle on 2018-01-09 at 16:50:46
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/go.rb
==> Requirements
Build: git ✔
Required: macOS >= 10.8 ✔
==> Options
--without-cgo
Build without cgo (also disables race detector)
--without-race
Build without race detector
--devel
Install development version 1.10beta1
--HEAD
Install HEAD version
==> Caveats
A valid GOPATH is required to use the `go get` command.
If $GOPATH is not specified, $HOME/go will be used by default:
https://golang.org/doc/code.html#GOPATH
You may wish to add the GOROOT-based install location to your PATH:
export PATH=$PATH:/usr/local/opt/go/libexec/bin |