]> Cypherpunks repositories - gostls13.git/commit
cmd/gofmt, bufio, image: Consistency and error handling.
authorRobin Eklind <r.eklind.87@gmail.com>
Mon, 7 Jan 2013 00:15:53 +0000 (11:15 +1100)
committerAndrew Gerrand <adg@golang.org>
Mon, 7 Jan 2013 00:15:53 +0000 (11:15 +1100)
commitf36a53cd5dc9826e58ff069e1cadcad54add275e
tree412e5a87115423be77a95f55e633c3ed2dbbf1c6
parentc75340488616b2744cbd7029d4b5a8e7003eaf87
cmd/gofmt, bufio, image: Consistency and error handling.

cmd/gofmt: Add error handling for ioutil.WriteFile.
bufio: Consistency, rename e to err.
image: Consistency, fix comment for asReader.

R=golang-dev, dave, minux.ma, adg
CC=golang-dev
https://golang.org/cl/7029056
src/cmd/gofmt/gofmt_test.go
src/pkg/bufio/bufio.go
src/pkg/bufio/bufio_test.go
src/pkg/image/format.go