go/src/bytes
Joe Tsai 5270b57e51 bytes: document that buffer is reused in Truncate and Reset
Fixes #13671

Change-Id: Ic752de6a3030ff25474717505fa05895054217e7
Reviewed-on: https://go-review.googlesource.com/18029
Reviewed-by: Russ Cox <rsc@golang.org>
2015-12-18 19:40:58 +00:00
..
buffer.go bytes: document that buffer is reused in Truncate and Reset 2015-12-18 19:40:58 +00:00
buffer_test.go bytes: export Cap method for buffer 2015-04-03 23:50:02 +00:00
bytes.go bytes, strings: add LastIndexByte 2015-04-30 07:13:18 +00:00
bytes_decl.go all: update old comments referencing *.goc files 2015-01-15 16:31:52 +00:00
bytes_test.go bytes: improve Compare function on amd64 for large byte arrays 2015-08-26 03:52:20 +00:00
compare_test.go runtime: add runtime.cmpstring and bytes.Compare 2015-03-25 22:46:39 +00:00
equal_test.go
example_test.go
export_test.go bytes: export Cap method for buffer 2015-04-03 23:50:02 +00:00
reader.go bytes, strings: add Reader.Size methods 2015-04-06 08:53:47 +00:00
reader_test.go bytes, strings: add Reader.Size methods 2015-04-06 08:53:47 +00:00