summaryrefslogtreecommitdiff
path: root/doc/go1.html
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2012-03-02 11:52:46 +1100
committerAndrew Gerrand <adg@golang.org>2012-03-02 11:52:46 +1100
commitc064dd36cfcb34424a14b62a2a403cc68dd81bf0 (patch)
treebf2e44e674730ba87db53f0d0b8ca5c2896a5161 /doc/go1.html
parent7304650967052bc3174364b02a2a8288020510a2 (diff)
downloadgo-c064dd36cfcb34424a14b62a2a403cc68dd81bf0.tar.gz
doc: update go1 for html changes
R=golang-dev, rsc, r CC=golang-dev http://codereview.appspot.com/5713054
Diffstat (limited to 'doc/go1.html')
-rw-r--r--doc/go1.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/go1.html b/doc/go1.html
index 0ec097499..d3eff21e3 100644
--- a/doc/go1.html
+++ b/doc/go1.html
@@ -650,11 +650,17 @@ Several packages have moved under <code>exp</code> at the time of Go 1's release
<ul>
<li><code>ebnf</code></li>
+<li><code>html</code>&#8224;</li>
<li><code>go/types</code></li>
<li><code>os/signal</code></li>
</ul>
<p>
+(&#8224;The <code>EscapeString</code> and <code>UnescapeString</code> types remain
+in package <code>html</code>.)
+</p>
+
+<p>
All these packages are available under the same names, with the prefix <code>exp/</code>: <code>exp/ebnf</code> etc.
</p>