1
0
mirror of https://github.com/golang/go synced 2024-11-11 22:20:22 -07:00

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
This commit is contained in:
Russ Cox 2013-10-03 13:53:16 -04:00
parent c4579635cf
commit fe1c92a203

View 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">