./devel/go-hashstructure, Get hash values for arbitrary values in Go

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2018Q4, Version: 1.0.0nb2, Package name: go-hashstructure-1.0.0nb2, Maintainer: pkgsrc-users

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.


Required to build:
[lang/go111] [pkgtools/cwrappers]

Master sites:

SHA1: 4aca4957f0e5835d8f8356699c726cf6ee7c1eb1
RMD160: fc43a21ab6cac2ca460204e56dabcf49f9359ccd
Filesize: 6.354 KB

Version history: (Expand)


CVS history: (Expand)


   2019-02-08 13:03:20 by S.P.Zeidler | Files touched by this commit (141) | Package updated
Log message:
revbump go dependents after lang/go111 and lang/go110 updates