]> Cypherpunks repositories - gostls13.git/commit
bufio: drop error return for NewReaderSize and NewWriterSize
authorRob Pike <r@golang.org>
Wed, 8 Feb 2012 02:07:13 +0000 (13:07 +1100)
committerRob Pike <r@golang.org>
Wed, 8 Feb 2012 02:07:13 +0000 (13:07 +1100)
commitbb7b1a11d57066078fe841d1b324770faaf1ad45
treec4a8d2485e10eb09ca5fa0914a1afee7e2a41c44
parent518ee115b75c72c68364e1f376d9d9d3f808ffda
bufio: drop error return for NewReaderSize and NewWriterSize
It complicates the interface unnecessarily.
Document this in go1.html.
Also update the go/doc Makefile.

Fixes #2836.

R=golang-dev, gri, bradfitz
CC=golang-dev
https://golang.org/cl/5642054
doc/Makefile
doc/go1.html
doc/go1.tmpl
src/pkg/bufio/bufio.go
src/pkg/bufio/bufio_test.go
src/pkg/image/png/writer.go
src/pkg/net/http/cgi/host.go
src/pkg/net/http/fcgi/fcgi.go