summaryrefslogtreecommitdiff
path: root/src/bytes/buffer.go
Commit message (Expand)AuthorAgeFilesLines
* bytes: correct comment about usage of bytes.Buffer by PrintfMartin Möhrmann2016-03-101-1/+1
* all: single space after period.Brad Fitzpatrick2016-03-021-5/+5
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-291-2/+2
* bytes: make Buffer comment more accurateJosh Bleecher Snyder2016-02-211-1/+1
* bytes: document that buffer is reused in Truncate and ResetJoe Tsai2015-12-181-7/+10
* Revert "bytes: document that Buffer values must not be copied"Alan Donovan2015-07-231-1/+0
* bytes: document that Buffer values must not be copiedAlan Donovan2015-07-231-0/+1
* bytes: fix commentJosh Bleecher Snyder2015-04-041-1/+1
* bytes: export Cap method for bufferCristian Staretu2015-04-031-0/+4
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+412