go/src/pkg/bytes
Rob Pike 464257eeff bytes,string: move the BUG to the comment of the function it's about
Avoids printing it every time we ask a question about the package from
the command line.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7789048
2013-03-15 17:08:07 -07:00
..
asm_386.s all: match asm variable names to Go func declarations 2012-09-21 00:35:56 -04:00
asm_amd64.s build: make int 64 bits on amd64 2012-09-24 20:57:01 -04:00
asm_arm.s all: match asm variable names to Go func declarations 2012-09-21 00:35:56 -04:00
buffer.go bytes: fix UnreadByte failure after ReadBytes 2013-01-11 17:02:21 +11:00
buffer_test.go bytes: fix UnreadByte failure after ReadBytes 2013-01-11 17:02:21 +11:00
bytes.go bytes,string: move the BUG to the comment of the function it's about 2013-03-15 17:08:07 -07:00
bytes_decl.go bytes: annotate assembly functions with //go:noescape 2013-02-10 00:08:30 +08:00
bytes_test.go bytes: minor optimization to lastIndexFunc 2013-02-07 16:00:06 -08:00
example_test.go bytes, strings: add TrimPrefix and TrimSuffix 2013-02-01 08:41:25 -08:00
export_test.go bytes: faster Count, Index, Equal 2011-12-07 15:09:56 -05:00
reader.go bytes, strings: fix Reader WriteTo return value on 0 bytes copied 2012-11-25 09:04:13 -08:00
reader_test.go bytes, strings: fix Reader WriteTo return value on 0 bytes copied 2012-11-25 09:04:13 -08:00