go: tweak caveats (1.2 was long ago).
This commit is contained in:
parent
520306fbba
commit
0c090af969
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class Go < Formula
|
|||
end
|
||||
|
||||
def caveats; <<-EOS.undent
|
||||
As of go 1.2, a valid GOPATH is required to use the `go get` command.
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue