diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/go.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb index e1cacf0d5..e021160fd 100644 --- a/Library/Formula/go.rb +++ b/Library/Formula/go.rb @@ -72,8 +72,8 @@ class Go < Formula http://golang.org/doc/go1.2#go_tools_godoc To get `go vet` and `go doc` run: - go get code.google.com/p/go.tools/cmd/godoc - go get code.google.com/p/go.tools/cmd/vet + go get golang.org/x/tools/cmd/vet + go get golang.org/x/tools/cmd/godoc You may wish to add the GOROOT-based install location to your PATH: export PATH=$PATH:#{opt_libexec}/bin |
