pkgsrc/devel/go-hashstructure/PLIST
ryoon 988fd1c73c 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.
2018-11-18 08:02:08 +00:00

9 lines
545 B
Text

@comment $NetBSD: PLIST,v 1.1 2018/11/18 08:02:08 ryoon Exp $
gopkg/pkg/${GO_PLATFORM}/github.com/mitchellh/hashstructure.a
gopkg/src/github.com/mitchellh/hashstructure/LICENSE
gopkg/src/github.com/mitchellh/hashstructure/README.md
gopkg/src/github.com/mitchellh/hashstructure/go.mod
gopkg/src/github.com/mitchellh/hashstructure/hashstructure.go
gopkg/src/github.com/mitchellh/hashstructure/hashstructure_examples_test.go
gopkg/src/github.com/mitchellh/hashstructure/hashstructure_test.go
gopkg/src/github.com/mitchellh/hashstructure/include.go