1
0
mirror of https://github.com/golang/go synced 2024-10-04 18:31:22 -06:00
go/src/pkg/bytes
Evan Shaw eae25d430d bytes, strings: add (*Reader).WriteTo
Fixes #4031.

R=golang-dev, bradfitz, remyoudompheng, r, dave
CC=golang-dev
https://golang.org/cl/6632046
2012-10-12 14:43:50 +11: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_test.go bytes, strings: add (*Reader).WriteTo 2012-10-12 14:43:50 +11:00
buffer.go bytes.Buffer: export the Grow method 2012-07-12 20:52:19 -07:00
bytes_decl.go big, bytes: move assembly externs to separate file 2010-06-21 19:53:08 -07:00
bytes_test.go bytes, strings: add Fields benchmarks 2012-09-18 15:02:08 -04:00
bytes.go bytes: make Join return a new buffer on len(a) == 1 2012-07-20 16:04:22 -03:00
example_test.go bytes: make examples work in playground 2012-10-10 11:15:41 +11:00
export_test.go bytes: faster Count, Index, Equal 2011-12-07 15:09:56 -05:00
reader_test.go bytes, strings: add (*Reader).WriteTo 2012-10-12 14:43:50 +11:00
reader.go bytes, strings: add (*Reader).WriteTo 2012-10-12 14:43:50 +11:00