status-go/vendor/github.com/multiformats/go-multibase
Andrea Maria Piana 4d15ae8a85 Upgrade to go 1.18 2022-05-11 12:39:54 +01:00
..
.codecov.yml migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
.gitignore migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
.gitmodules migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
.travis.yml go-waku integration (#2247) 2021-06-16 16:19:45 -04:00
LICENSE migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
Makefile go-waku integration (#2247) 2021-06-16 16:19:45 -04:00
README.md go-waku integration (#2247) 2021-06-16 16:19:45 -04:00
base2.go migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
base16.go migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
base32.go migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
encoder.go migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
multibase.go go-waku integration (#2247) 2021-06-16 16:19:45 -04:00
package.json go-waku integration (#2247) 2021-06-16 16:19:45 -04:00

README.md

go-multibase

Travis CI codecov.io

Implementation of multibase -self identifying base encodings- in Go.

Install

go-multibase is a standard Go module which can be installed with:

go get github.com/multiformats/go-multibase

Contribute

Contributions welcome. Please check out the issues.

Check out our contributing document for more information on how we work, and about contributing in general. Please be aware that all interactions related to multiformats are subject to the IPFS Code of Conduct.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2016 Protocol Labs Inc.