aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDoyle2014-12-11 14:21:59 +0800
committerMike McQuaid2014-12-11 09:20:56 +0000
commit3e813da4b7c19937db6f6fe5c1d3fb411ea4951d (patch)
tree171dc2d1593e8ef7f3e1f8784224db134bfe8637 /Library/Formula
parent51ca90ad7258a10e51cf5ced6098499705e25ba5 (diff)
downloadhomebrew-3e813da4b7c19937db6f6fe5c1d3fb411ea4951d.tar.bz2
go: update the go vet and go doc package path.
Closes #34873. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/go.rb4
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