Jakub Sztandera c264cdd0ae Use custom Encoding type
Previously base variable were having type `int` which could be confusing
as with literal base number (16 for hex).

By using custom base variable I hope to make it more clear than it was
before.
2016-12-21 20:42:49 +01:00
2016-10-24 15:32:13 -07:00
2016-08-22 17:41:20 -07:00
2016-12-16 23:54:26 +01:00
2016-12-16 23:56:46 +01:00
2016-10-14 10:53:31 -04:00
2016-12-21 20:42:49 +01:00
2016-12-21 20:42:49 +01:00
2016-10-14 10:53:31 -04:00

go-multibase

Go implementation of the multibase specification.

Install

go get github.com/multiformats/go-multibase

Usage

TODO

Maintainer

Captain: @whyrusleeping.

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 © Protocol Labs Inc.

Description
Implementation of multibase parser in go
Readme MIT 209 KiB
Languages
Go 99.6%
Makefile 0.4%