~john-koepi/ubuntu/trusty/golang/default

« back to all changes in this revision

Viewing changes to doc/go1.html

  • Committer: Package Import Robot
  • Author(s): Ondřej Surý
  • Date: 2012-05-02 15:44:59 UTC
  • mfrom: (14.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20120502154459-wcmy8ao1325ml619
Tags: 2:1.0.1-1
* Imported Upstream version 1.0.1
* Apply godoc patch to display package list correctly (Closes: #669354)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1253
1253
<p>
1254
1254
In Go 1 the <a href="/pkg/net/http/"><code>http</code></a> package is refactored,
1255
1255
putting some of the utilities into a
1256
 
<a href="/pkg/net/httputil/"><code>httputil</code></a> subdirectory.
 
1256
<a href="/pkg/net/http/httputil/"><code>httputil</code></a> subdirectory.
1257
1257
These pieces are only rarely needed by HTTP clients.
1258
1258
The affected items are:
1259
1259
</p>
1261
1261
<ul>
1262
1262
<li>ClientConn</li>
1263
1263
<li>DumpRequest</li>
1264
 
<li>DumpRequest</li>
1265
1264
<li>DumpRequestOut</li>
1266
1265
<li>DumpResponse</li>
1267
1266
<li>NewChunkedReader</li>
1789
1788
<td colspan="2"><hr></td>
1790
1789
</tr>
1791
1790
<tr><td>Atoui(x)</td> <td>ParseUint(x, 10, 0)§</td></tr>
1792
 
<tr><td>Atoi64(x)</td> <td>ParseInt(x, 10, 64)</td></tr>
 
1791
<tr><td>Atoui64(x)</td> <td>ParseUint(x, 10, 64)</td></tr>
1793
1792
<tr>
1794
1793
<td colspan="2"><hr></td>
1795
1794
</tr>