Documentation ¶ Overview ¶ Package hash provides utils to calculate hashes. Index ¶ func Compute(obj any) (uint32, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Compute ¶ func Compute(obj any) (uint32, error) Compute computes the hash of an object using the spew library. Note: spew 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.