988fd1c73c
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.
9 lines
545 B
Text
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
|