rename Hashable/Hasher
This commit is contained in:
parent
4d9dd42dd8
commit
2b43185117
3 changed files with 8 additions and 8 deletions
|
|
@ -37,7 +37,7 @@ import (
|
|||
// pointers to structs, or merely triples, or whatever works best for the
|
||||
// backing store.
|
||||
//
|
||||
// These must be comparable, or implement a `Hashable() interface{}` function
|
||||
// These must be comparable, or implement a `Hasher() interface{}` function
|
||||
// so that they may be stored in maps.
|
||||
type Value interface{}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue