1
0
mirror of https://github.com/golang/go synced 2024-11-14 21:40:21 -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 all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
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 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: export Cap method for buffer 2015-04-03 23:50:02 +00:00
reader_test.go all: use SeekStart, SeekCurrent, SeekEnd 2016-05-06 00:10:41 +00:00
reader.go all: use SeekStart, SeekCurrent, SeekEnd 2016-05-06 00:10:41 +00:00