1
0
mirror of https://github.com/golang/go synced 2024-09-24 15:20:16 -06:00

doc: remove a insignificant line from go1.2.txt

Not a user-visible API change.  Just a minor garbage
win in contrived cases.

Also, the package is io/ioutil.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/12987044
This commit is contained in:
Brad Fitzpatrick 2013-08-20 15:35:07 -07:00
parent 9364868a07
commit 8738dd3cce

View File

@ -53,7 +53,6 @@ image/draw: added Drawer, FloydSteinberg and the op.Draw method (CL 10977043).
image/draw: added Quantizer type (CL 11148043).
image/gif: added Encode and EncodeAll (CL 10896043).
io: Copy prioritizes WriterTo over ReaderFrom (CL 9462044).
ioutil: add WriteString to Discard (CL 12580045).
net: new build tag netgo for building a pure Go net package (CL 7100050).
net/http: don't allow sending invalid cookie lines (CL 12204043).
net/http: allow ReadResponse with nil *Request parameter (CL 9821043).