https://bugzilla.redhat.com/show_bug.cgi?id=1666285
Bug ID: 1666285 Summary: Review Request: golang-github-mitchellh-hashstructure - Get hash values for arbitrary values in Go Product: Fedora Version: rawhide Status: NEW Component: Package Review Assignee: nobody@fedoraproject.org Reporter: quantum.analyst@gmail.com QA Contact: extras-qa@fedoraproject.org CC: package-review@lists.fedoraproject.org Target Milestone: --- Classification: Fedora
Spec URL: http://qulogic.fedorapeople.org//golang-github-mitchellh-hashstructure.spec SRPM URL: http://qulogic.fedorapeople.org//golang-github-mitchellh-hashstructure-1.0.0...
Description: The hashstructure Go library is 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.