Documentation ¶ Index ¶ func DeepHashObject(hasher hash.Hash, objectToWrite interface{}) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DeepHashObject ¶ func DeepHashObject(hasher hash.Hash, objectToWrite interface{}) DeepHashObject writes specified object to hash using the spew library which follows pointers and prints actual values of the nested objects ensuring the hash does not change when a pointer changes. Types ¶ This section is empty. Source Files ¶ View all Source files hash.go Click to show internal directories. Click to hide internal directories.