]> Cypherpunks repositories - gostls13.git/commitdiff
doc: remove link to PackageVersioning wiki
authorRuss Cox <rsc@golang.org>
Thu, 3 Oct 2013 17:53:16 +0000 (13:53 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 3 Oct 2013 17:53:16 +0000 (13:53 -0400)
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

doc/go_faq.html

index ecfc84ff70927acb62b43a78cc2a9891c2d38bff..d36080ff0742afc302dbda6a49e9e0b870df9a37 100644 (file)
@@ -1060,11 +1060,6 @@ For example, you might copy "original.com/pkg" to "you.com/external/original.com
 Keith Rarick's <a href="https://github.com/kr/goven">goven</a> is one tool to help automate this process.
 </p>
 
-<p>
-The <a href="/wiki/PackageVersioning">PackageVersioning</a> wiki page collects 
-additional tools and approaches.
-</p>
-
 <h2 id="Pointers">Pointers and Allocation</h2>
 
 <h3 id="pass_by_value">