1
0
mirror of https://github.com/golang/go synced 2024-11-08 04:56:16 -07:00
go/src/bytes
Michael Munday cfd89164bb all: make copyright headers consistent with one space after period
Continuation of CL 20111.

Change-Id: Ie2f62237e6ec316989c021de9b267cc9d6ee6676
Reviewed-on: https://go-review.googlesource.com/32830
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-11-04 20:46:25 +00:00
..
buffer_test.go bytes: improve WriteRune performance 2016-09-08 17:15:28 +00:00
buffer.go bytes: encode size of rune read by ReadRune into lastRead to speed up UnreadRune 2016-10-17 06:00:35 +00:00
bytes_amd64.go all: make copyright headers consistent with one space after period 2016-11-04 20:46:25 +00:00
bytes_decl.go
bytes_generic.go all: make copyright headers consistent with one space after period 2016-11-04 20:46:25 +00:00
bytes_s390x.go bytes, strings: update s390x code to match amd64 changes 2016-11-02 15:56:24 +00:00
bytes_test.go bytes, strings: optimize for ASCII sets 2016-10-28 17:37:04 +00:00
bytes.go bytes, strings: optimize for ASCII sets 2016-10-28 17:37:04 +00:00
compare_test.go
equal_test.go
example_test.go bytes: add examples 2016-08-16 01:33:32 +00:00
export_test.go
reader_test.go
reader.go