]> Cypherpunks repositories - gostls13.git/commit
hash/maphash: move bytes/hash to hash/maphash
authorKeith Randall <keithr@alum.mit.edu>
Sat, 2 Nov 2019 17:22:18 +0000 (10:22 -0700)
committerKeith Randall <khr@golang.org>
Sat, 2 Nov 2019 18:30:37 +0000 (18:30 +0000)
commit35cfe059a1c1bbad29e2209bc432a3b01369b25d
tree5fc30daae0f12b394f1e0f8fc18fd50114de1e5f
parentdc0c23ec9d5a89b8bdc3aed8e0b8a31a0c6fee69
hash/maphash: move bytes/hash to hash/maphash

Fixes #34778

Change-Id: If8225a7c41cb2af3f67157fb9670eef86272e85e
Reviewed-on: https://go-review.googlesource.com/c/go/+/204997
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/go/build/deps_test.go
src/hash/maphash/maphash.go [moved from src/bytes/hash/hash.go with 97% similarity]
src/hash/maphash/maphash_test.go [moved from src/bytes/hash/hash_test.go with 83% similarity]
src/hash/maphash/smhasher_test.go [moved from src/bytes/hash/smhasher_test.go with 98% similarity]