Skip to content

Commit 133966d

Browse files
dmitrisminux
authored andcommitted
doc/faq: replace reference to goven with gomvpkg
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 <[email protected]>
1 parent 4a0ba7a commit 133966d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/go_faq.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ <h3 id="get_version">
10461046
(This is the approach Google takes internally.)
10471047
Store the copy under a new import path that identifies it as a local copy.
10481048
For example, you might copy "original.com/pkg" to "you.com/external/original.com/pkg".
1049-
Keith Rarick's <a href="https://github.com/kr/goven">goven</a> is one tool to help automate this process.
1049+
<a href="https://godoc.org/golang.org/x/tools/cmd/gomvpkg">gomvpkg</a> is one tool to help automate this process.
10501050
</p>
10511051

10521052
<h2 id="Pointers">Pointers and Allocation</h2>

0 commit comments

Comments
 (0)