From 133966d3d8c173909874efe211a37e6d88cae02c Mon Sep 17 00:00:00 2001 From: Dmitry Savintsev Date: Fri, 17 Apr 2015 21:58:22 +0200 Subject: [PATCH] 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 --- doc/go_faq.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

-- 2.50.0