]> Cypherpunks repositories - gostls13.git/commit
bytes: correct comment about usage of bytes.Buffer by Printf
authorMartin Möhrmann <martisch@uos.de>
Thu, 10 Mar 2016 11:05:44 +0000 (12:05 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 10 Mar 2016 15:54:08 +0000 (15:54 +0000)
commitac1608a2f96afdc372aeb9553c54347bcd4cb0b6
tree8de46f3badb86ec546d4492cbf374c3ad6308613
parent92dfc12610853d48b7a67912c771cd813371365f
bytes: correct comment about usage of bytes.Buffer by Printf

The fmt package does not use bytes.Buffer
anymore as an internal buffer.

Change-Id: I34c7a52506290ccbcb10ea2e85dea49a0a8b8203
Reviewed-on: https://go-review.googlesource.com/20511
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/bytes/buffer.go