go/src/bytes
Brian Downs cd619caff4 bytes: add example for (*Buffer).Grow
Change-Id: I04849883dd2e1f6d083e9f57d2a8c1bd7d258953
Reviewed-on: https://go-review.googlesource.com/48878
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
2017-07-16 03:49:43 +00:00
..
buffer.go bytes: note that NewBuffer take ownership of its argument 2017-06-02 18:03:36 +00:00
buffer_test.go bytes: skip inline test by default 2017-05-08 15:16:21 +00:00
bytes.go bytes, strings: declare variables inside loop they're used in 2017-04-03 23:30:36 +00:00
bytes_amd64.go internal/cpu: new package to detect cpu features 2017-05-10 17:02:21 +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 example for (*Buffer).Grow 2017-07-16 03:49:43 +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