From: Dmitry Savintsev Date: Fri, 17 Apr 2015 19:58:22 +0000 (+0200) Subject: doc/faq: replace reference to goven with gomvpkg X-Git-Tag: go1.5beta1~945 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=133966d3d8c173909874efe211a37e6d88cae02c;p=gostls13.git 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 --- diff --git a/doc/go_faq.html b/doc/go_faq.html index bf7d8f3f59..9a30cdf7ab 100644 --- a/doc/go_faq.html +++ b/doc/go_faq.html @@ -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 goven is one tool to help automate this process. +gomvpkg is one tool to help automate this process.

Pointers and Allocation