Source File
multihash_all.go
Belonging Package
github.com/multiformats/go-multihash/register/all
/*This package has no purpose except to perform registration of mulithashes.It is meant to be used as a side-effecting import, e.g.import (_ "github.com/multiformats/go-multihash/register/all")This package registers many multihashes at once.Importing it will increase the size of your dependency tree significantly.It's recommended that you import this package if you're building somekind of data broker application, which may need to handle many different kinds of hashes;if you're building an application which you know only handles a specific hash,importing this package may bloat your builds unnecessarily.*/package allimport (____)
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |