1
0
mirror of https://github.com/golang/go synced 2024-10-04 23:21:20 -06:00
go/src/bytes
Alan Donovan 02dd98e9e7 Revert "bytes: document that Buffer values must not be copied"
This reverts commit b1177d390c.

Change-Id: Iffbd63d5993633143a81572b223e3c5dd2353206
Reviewed-on: https://go-review.googlesource.com/12581
Reviewed-by: Alan Donovan <adonovan@google.com>
2015-07-23 18:34:49 +00:00
..
buffer_test.go bytes: export Cap method for buffer 2015-04-03 23:50:02 +00:00
buffer.go Revert "bytes: document that Buffer values must not be copied" 2015-07-23 18:34:49 +00:00
bytes_decl.go all: update old comments referencing *.goc files 2015-01-15 16:31:52 +00:00
bytes_test.go bytes, strings: add LastIndexByte 2015-04-30 07:13:18 +00:00
bytes.go bytes, strings: add LastIndexByte 2015-04-30 07:13:18 +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_test.go bytes, strings: add Reader.Size methods 2015-04-06 08:53:47 +00:00
reader.go bytes, strings: add Reader.Size methods 2015-04-06 08:53:47 +00:00