mirror of
https://github.com/golang/go
synced 2024-11-22 07:24:47 -07:00
doc/go1: minor fixes
Fixes #3427. Part of issue 3424. R=golang-dev, bradfitz, r CC=golang-dev https://golang.org/cl/5959045
This commit is contained in:
parent
2195f1aa04
commit
c80a32b581
@ -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:
|
|||||||
<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>
|
||||||
|
Loading…
Reference in New Issue
Block a user