From 47d614e667d15aa324ec1909ae2422202947ff20 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Fri, 2 Mar 2012 11:52:46 +1100 Subject: [PATCH] doc: update go1 for html changes R=golang-dev, rsc, r CC=golang-dev https://golang.org/cl/5713054 --- doc/go1.html | 6 ++++++ doc/go1.tmpl | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/doc/go1.html b/doc/go1.html index 0ec097499a..d3eff21e37 100644 --- a/doc/go1.html +++ b/doc/go1.html @@ -650,10 +650,16 @@ Several packages have moved under exp at the time of Go 1's release +

+(†The EscapeString and UnescapeString types remain +in package html.) +

+

All these packages are available under the same names, with the prefix exp/: exp/ebnf etc.

diff --git a/doc/go1.tmpl b/doc/go1.tmpl index c1dd9a8f06..da6163a5df 100644 --- a/doc/go1.tmpl +++ b/doc/go1.tmpl @@ -574,10 +574,16 @@ Several packages have moved under exp at the time of Go 1's release +

+(†The EscapeString and UnescapeString types remain +in package html.) +

+

All these packages are available under the same names, with the prefix exp/: exp/ebnf etc.

-- 2.50.0