This updates the installation and updating section of the README.md files in the various packages to call out the module they are a part of and instruct the consumer to use the standard go tooling instead of the old, and no longer correct, package-based 'go get -u' instructions. |
||
|---|---|---|
| .. | ||
| doc.go | ||
| go.mod | ||
| go.sum | ||
| hash_test.go | ||
| hash.go | ||
| hashfuncs_test.go | ||
| hashfuncs.go | ||
| README.md | ||
chainhash
chainhash provides a generic hash type and associated functions that allows the specific hash algorithm to be abstracted.
Installation and Updating
This package is part of the github.com/decred/dcrd/chaincfg/chainhash module.
Use the standard go tooling for working with modules to incorporate it.
License
Package chainhash is licensed under the copyfree ISC License.