Get hash values for arbitrary values in Go (golang)
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-14.fc42 | - |
Fedora 41 | 1.1.0-13.fc41 | - |
Fedora 40 | 1.1.0-12.fc40 | - |
Fedora EPEL 10.0 | 1.1.0-13.el10_0 | - |
You can contact the maintainers of this package via email at
golang-github-mitchellh-hashstructure dash maintainers at fedoraproject dot org
.