From: Russ Cox Date: Thu, 3 Oct 2013 17:53:16 +0000 (-0400) Subject: doc: remove link to PackageVersioning wiki X-Git-Tag: go1.2rc2~76 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=fe1c92a203fdc60c76eaaef9030390219fbadd86;p=gostls13.git doc: remove link to PackageVersioning wiki That page may be fine for experienced Go programmers but it's not really targeting new programmers. There's too much we don't know yet. R=golang-dev, r CC=golang-dev https://golang.org/cl/14345043 --- diff --git a/doc/go_faq.html b/doc/go_faq.html index ecfc84ff70..d36080ff07 100644 --- a/doc/go_faq.html +++ b/doc/go_faq.html @@ -1060,11 +1060,6 @@ For example, you might copy "original.com/pkg" to "you.com/external/original.com Keith Rarick's goven is one tool to help automate this process.

-

-The PackageVersioning wiki page collects -additional tools and approaches. -

-

Pointers and Allocation