Path to this page:
Subject: CVS commit: pkgsrc/devel/go-hashstructure
From: Ryo ONODERA
Date: 2018-11-18 09:02:08
Message id: 20181118080208.79C2DFB1F@cvs.NetBSD.org
Log Message:
devel/go-hashstructure: import go-hashstructure-1.0.0
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.
Files: