Get hash values for arbitrary values in Go
Hashstructure is a Go library for creating a unique hash value for arbitrary values in Go. This can be used to key values in a hash (for use in a map, set, etc.) that are complex. The most common use case is comparing two values without sending data across the network, caching values locally (de-dup), and so on. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/mitchellh/hashstructure
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.1.0-3.fc35 | - |
Fedora 35 | 1.1.0-3.fc35 | - |
Fedora 34 | 1.1.0-2.fc34 | - |
You can contact the maintainers of this package via email at
golang-github-mitchellh-hashstructure dash maintainers at fedoraproject dot org
.