Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
http://codereview.appspot.com/4169043/diff/1/src/pkg/bytes/buffer.go File src/pkg/bytes/buffer.go (right): http://codereview.appspot.com/4169043/diff/1/src/pkg/bytes/buffer.go#newcode170 src/pkg/bytes/buffer.go:170: // per io.Writer requirement // otherwise write was complete, by definition of io.Writer.
LGTM http://codereview.appspot.com/4169043/diff/1/src/pkg/bytes/buffer.go File src/pkg/bytes/buffer.go (right): http://codereview.appspot.com/4169043/diff/1/src/pkg/bytes/buffer.go#newcode170 src/pkg/bytes/buffer.go:170: // per io.Writer requirement better: // otherwise all bytes were written, by definition of Write method in io.Writer
*** Submitted as http://code.google.com/p/go/source/detail?r=f52bddfddb17 *** buffer.go: minor optimization, expanded comment R=r CC=golang-dev http://codereview.appspot.com/4169043