Commit c80a32b5 authored by Shenghou Ma's avatar Shenghou Ma

doc/go1: minor fixes

        Fixes #3427.
        Part of issue 3424.

R=golang-dev, bradfitz, r
CC=golang-dev
https://golang.org/cl/5959045
parent 2195f1aa
...@@ -1253,7 +1253,7 @@ Since the package's functionality is new, no updating is necessary. ...@@ -1253,7 +1253,7 @@ Since the package's functionality is new, no updating is necessary.
<p> <p>
In Go 1 the <a href="/pkg/net/http/"><code>http</code></a> package is refactored, In Go 1 the <a href="/pkg/net/http/"><code>http</code></a> package is refactored,
putting some of the utilities into a putting some of the utilities into a
<a href="/pkg/net/httputil/"><code>httputil</code></a> subdirectory. <a href="/pkg/net/http/httputil/"><code>httputil</code></a> subdirectory.
These pieces are only rarely needed by HTTP clients. These pieces are only rarely needed by HTTP clients.
The affected items are: The affected items are:
</p> </p>
...@@ -1261,7 +1261,6 @@ The affected items are: ...@@ -1261,7 +1261,6 @@ The affected items are:
<ul> <ul>
<li>ClientConn</li> <li>ClientConn</li>
<li>DumpRequest</li> <li>DumpRequest</li>
<li>DumpRequest</li>
<li>DumpRequestOut</li> <li>DumpRequestOut</li>
<li>DumpResponse</li> <li>DumpResponse</li>
<li>NewChunkedReader</li> <li>NewChunkedReader</li>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment