summaryrefslogtreecommitdiff
path: root/doc/go1.html
diff options
context:
space:
mode:
authorDavid Symonds <dsymonds@golang.org>2012-04-27 15:12:24 +1000
committerDavid Symonds <dsymonds@golang.org>2012-04-27 15:12:24 +1000
commit6c07ad7ba824a365a847f59bf6a67f3fbe5b4592 (patch)
treeb42a1f9387a7c719f54b8475b088670ae2a423cb /doc/go1.html
parentfd3ea3b9fc99e7ff801b98dc7a3acdd629e24ece (diff)
downloadgo-6c07ad7ba824a365a847f59bf6a67f3fbe5b4592.tar.gz
old/regexp, old/template: delete.
Both of these have replacements. R=golang-dev, r, rsc, r, adg CC=golang-dev http://codereview.appspot.com/5979046
Diffstat (limited to 'doc/go1.html')
-rw-r--r--doc/go1.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/go1.html b/doc/go1.html
index e1afe479a..f0a804784 100644
--- a/doc/go1.html
+++ b/doc/go1.html
@@ -618,8 +618,6 @@ The packages in their new locations are:
<ul>
<li><code>old/netchan</code></li>
-<li><code>old/regexp</code></li>
-<li><code>old/template</code></li>
</ul>
<p>
@@ -639,6 +637,8 @@ Go 1 deletes several packages outright:
<li><code>container/vector</code></li>
<li><code>exp/datafmt</code></li>
<li><code>go/typechecker</code></li>
+<li><code>old/regexp</code></li>
+<li><code>old/template</code></li>
<li><code>try</code></li>
</ul>