go/src/pkg/bytes
Russ Cox bb84f4b5d2 changes &x -> x[0:] for array to slice conversion
R=gri
CC=golang-dev
https://golang.org/cl/1326042
2010-05-27 14:51:47 -07:00
..
Makefile bytes: asm for bytes.IndexByte 2009-12-04 10:23:43 -08:00
asm_386.s in C and asm, replace pkg·name with ·name 2010-01-25 18:52:55 -08:00
asm_amd64.s in C and asm, replace pkg·name with ·name 2010-01-25 18:52:55 -08:00
asm_arm.s in C and asm, replace pkg·name with ·name 2010-01-25 18:52:55 -08:00
buffer.go changes &x -> x[0:] for array to slice conversion 2010-05-27 14:51:47 -07:00
buffer_test.go bytes: add Next method to Buffer, simplify Read. 2010-04-26 10:02:01 -07:00
bytes.go bytes: add Trim, TrimLeft, TrimRight, and generic functions 2010-05-18 23:01:05 -07:00
bytes_test.go bytes: add Trim, TrimLeft, TrimRight, and generic functions 2010-05-18 23:01:05 -07:00
export_test.go bytes: asm for bytes.IndexByte 2009-12-04 10:23:43 -08:00