package
0.0.0-20160116173134-3c782264fbde
Repository: https://github.com/scottmansfield/tools.git
Documentation: pkg.go.dev
# Functions
Dependencies returns all dependencies of the specified packages.
IntuitiveMethodSet returns the intuitive method set of a type, T.
MakeHasher returns a new Hasher instance.
# Structs
A Hasher maps each type to its hash value.
Map is a hash-table-based mapping from types (types.Type) to arbitrary interface{} values.
A MethodSetCache records the method set of each type T for which MethodSet(T) is called so that repeat queries are fast.