Imports of package hashstructure

PathSynopsis
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
hashPackage hash provides interfaces for hash functions.
hash/fnvPackage fnv implements FNV-1 and FNV-1a, non-cryptographic hash functions created by Glenn Fowler, Landon Curt Noll, and Phong Vo.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
timePackage time provides functionality for measuring and displaying time.