go/src/bytes
Josselin Costanzi 0d3cd51c9c bytes: fix typo in comment
Change-Id: Ia739337dc9961422982912cc6a669022559fb991
Reviewed-on: https://go-review.googlesource.com/38365
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-03-22 19:41:54 +00:00
..
buffer.go bytes: make bytes.Buffer cache-friendly 2017-02-28 05:19:38 +00:00
buffer_test.go bytes: improve WriteRune performance 2016-09-08 17:15:28 +00:00
bytes.go bytes: add optimized countByte for amd64 2017-03-21 20:25:17 +00:00
bytes_amd64.go bytes: fix typo in comment 2017-03-22 19:41:54 +00:00
bytes_amd64.s bytes: add optimized countByte for amd64 2017-03-21 20:25:17 +00:00
bytes_decl.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
bytes_generic.go bytes: add optimized countByte for amd64 2017-03-21 20:25:17 +00:00
bytes_s390x.go bytes: add optimized countByte for amd64 2017-03-21 20:25:17 +00:00
bytes_test.go bytes: add optimized countByte for amd64 2017-03-21 20:25:17 +00:00
compare_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
equal_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
example_test.go bytes: add examples 2016-08-16 01:33:32 +00:00
export_test.go bytes: add optimized countByte for amd64 2017-03-21 20:25:17 +00:00
reader.go all: use SeekStart, SeekCurrent, SeekEnd 2016-05-06 00:10:41 +00:00
reader_test.go all: use SeekStart, SeekCurrent, SeekEnd 2016-05-06 00:10:41 +00:00