1
0
mirror of https://github.com/golang/go synced 2024-11-19 02:34:44 -07:00
go/src/bytes
Keith Randall bf36219cdd bytes/hash: add hashing package for bytes and strings
Fixes #28322

R=go1.14

RELNOTE=yes

Change-Id: Ic29f8b587c8c77472260836a5c3e13edaded13fa
Reviewed-on: https://go-review.googlesource.com/c/go/+/186877
Reviewed-by: Alan Donovan <adonovan@google.com>
2019-08-29 21:27:53 +00:00
..
hash bytes/hash: add hashing package for bytes and strings 2019-08-29 21:27:53 +00:00
boundary_test.go bytes: reduce work in IndexNearPageBoundary test 2017-11-04 11:09:49 +00:00
buffer_test.go bytes: clean up a test 2019-02-26 23:16:46 +00:00
buffer.go bytes: remove obsolete comment 2019-05-28 02:52:39 +00:00
bytes_test.go strings, bytes: add ToValidUTF8 2019-05-01 18:31:47 +00:00
bytes.go strings, bytes: add ToValidUTF8 2019-05-01 18:31:47 +00:00
compare_test.go bytes: vary the input alignment to Compare argument in compare_test.go 2018-10-11 04:45:18 +00:00
example_test.go bytes: add examples for ToTitleSpecial, ToUpperSpecial and ToLowerSpecial 2019-03-01 14:56:41 +00:00
export_test.go bytes, internal/bytealg: simplify Equal 2019-04-24 00:56:36 +00:00
reader_test.go bytes, strings: fix Reader.UnreadRune returning without error on a zero Reader 2018-10-29 20:07:25 +00:00
reader.go bytes, strings: fix Reader.UnreadRune returning without error on a zero Reader 2018-10-29 20:07:25 +00:00