]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.2.txt: bufio.{Writer,Reader}.Reset
authorRob Pike <r@golang.org>
Tue, 13 Aug 2013 03:39:45 +0000 (13:39 +1000)
committerRob Pike <r@golang.org>
Tue, 13 Aug 2013 03:39:45 +0000 (13:39 +1000)
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/12830043

doc/go1.2.txt

index 919be5fef78f17969c77282088bc8d67f6bb258d..8493921adb8c521288e24766de7e31adc02641eb 100644 (file)
@@ -14,6 +14,7 @@ cmd/cgo, cmd/go: support including C++ code with cgo (CL 8248043).
 cmd/gc: make missing package error fatal (CL 12677043).
 cmd/go: test coverage (CL 10413044).
 
+bufio: add Reset methods to Reader and Writer (CL 12603049).
 compress/bzip2: support concatenated files (CL 12387044).
 container/heap: added Fix (CL 12265043).
 container/list: added MoveBefore and MoveAfter (CL 12021044).