2016-09-19 16:12:18 -04:00
# go-multibase
2016-09-01 11:06:29 -04:00
[](http://ipn.io)
2016-12-26 15:47:58 -05:00
[](https://github.com/multiformats/multiformats)
[](https://webchat.freenode.net/?channels=%23ipfs)
[](https://github.com/RichardLitt/standard-readme)
[](https://travis-ci.org/multiformats/go-multibase)
[](https://codecov.io/github/multiformats/go-multibase?branch=master)
2016-09-01 11:06:29 -04:00
2017-03-17 16:31:34 +01:00
> Implementation of [multibase](https://github.com/multiformats/multibase) -self identifying base encodings- in Go.
2016-09-19 16:12:18 -04:00
## Install
2017-03-17 16:31:34 +01:00
`go-multibase` is a standard Go module which can be installed with:
2016-09-19 16:12:18 -04:00
```sh
go get github.com/multiformats/go-multibase
```
2017-03-17 16:31:34 +01:00
Note that `go-multibase` is packaged with Gx, so it is recommended to use Gx to install and use it (see Usage section).
2016-09-19 16:12:18 -04:00
## Usage
2017-03-17 16:31:34 +01:00
This module is packaged with [Gx ](https://github.com/whyrusleeping/gx ). In order to use it in your own project it is recommended that you:
```sh
go get -u github.com/whyrusleeping/gx
go get -u github.com/whyrusleeping/gx-go
cd <your-project-repository>
gx init
gx import github.com/multiformats/go-multibase
gx install --global
gx-go --rewrite
```
Please check [Gx ](https://github.com/whyrusleeping/gx ) and [Gx-go ](https://github.com/whyrusleeping/gx-go ) documentation for more information.
2016-09-19 16:12:18 -04:00
2016-12-26 15:47:58 -05:00
## Maintainers
2016-09-19 16:12:18 -04:00
Captain: [@whyrusleeping ](https://github.com/whyrusleeping ).
## Contribute
Contributions welcome. Please check out [the issues ](https://github.com/multiformats/go-multibase/issues ).
Check out our [contributing document ](https://github.com/multiformats/multiformats/blob/master/contributing.md ) 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 ](https://github.com/ipfs/community/blob/master/code-of-conduct.md ).
Small note: If editing the README, please conform to the [standard-readme ](https://github.com/RichardLitt/standard-readme ) specification.
## License
2016-12-26 15:47:58 -05:00
[MIT ](LICENSE ) © 2016 Protocol Labs Inc.