Key/Keyer

This commit is contained in:
Barak Michener 2014-08-06 16:59:46 -04:00
parent 408103b406
commit b74cb142f0
3 changed files with 8 additions and 8 deletions

View file

@ -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 `Hasher() interface{}` function
// These must be comparable, or implement a `Key() interface{}` function
// so that they may be stored in maps.
type Value interface{}