]> Cypherpunks repositories - gostls13.git/commitdiff
doc/faq: replace reference to goven with gomvpkg
authorDmitry Savintsev <dsavints@gmail.com>
Fri, 17 Apr 2015 19:58:22 +0000 (21:58 +0200)
committerMinux Ma <minux@golang.org>
Thu, 23 Apr 2015 03:39:17 +0000 (03:39 +0000)
github.com/kr/goven says it's deprecated and anyway
it would be preferable to point users to a standard Go tool.

Change-Id: Iac4a0d13233604a36538748d498f5770b2afce19
Reviewed-on: https://go-review.googlesource.com/8969
Reviewed-by: Minux Ma <minux@golang.org>
doc/go_faq.html

index bf7d8f3f5922e1d89857f5c670e98642be5880d6..9a30cdf7ab93d052b0bd73bf2b09a8eb9860e121 100644 (file)
@@ -1046,7 +1046,7 @@ unexpected ways, the simplest solution is to copy it to your local repository.
 (This is the approach Google takes internally.)
 Store the copy under a new import path that identifies it as a local copy.
 For example, you might copy "original.com/pkg" to "you.com/external/original.com/pkg".
-Keith Rarick's <a href="https://github.com/kr/goven">goven</a> is one tool to help automate this process.
+<a href="https://godoc.org/golang.org/x/tools/cmd/gomvpkg">gomvpkg</a> is one tool to help automate this process.
 </p>
 
 <h2 id="Pointers">Pointers and Allocation</h2>