diff --git a/doc/go1.html b/doc/go1.html index 77820d0807b..2168ba56288 100644 --- a/doc/go1.html +++ b/doc/go1.html @@ -701,9 +701,9 @@ Since the package's functionality is new, no updating is necessary.

The http package

-In Go 1 the http package is refactored, +In Go 1 the http package is refactored, putting some of the utilities into a -httputil subdirectory. +httputil subdirectory. These pieces are only rarely needed by HTTP clients. The affected items are:

diff --git a/doc/go1.tmpl b/doc/go1.tmpl index d224e8ba0ef..21256ed7f3a 100644 --- a/doc/go1.tmpl +++ b/doc/go1.tmpl @@ -605,9 +605,9 @@ Since the package's functionality is new, no updating is necessary.

The http package

-In Go 1 the http package is refactored, +In Go 1 the http package is refactored, putting some of the utilities into a -httputil subdirectory. +httputil subdirectory. These pieces are only rarely needed by HTTP clients. The affected items are: