Skip to content

Commit

Permalink
Merge d347e54 into a0fa129
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Oct 11, 2016
2 parents a0fa129 + d347e54 commit 8225259
Showing 1 changed file with 32 additions and 3 deletions.
35 changes: 32 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,27 @@
# go-multihash

[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
[![](https://img.shields.io/badge/project-multiformats-blue.svg?style=flat-square)](http://github.com/multiformats/multiformats)
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
![travis](https://travis-ci.org/multiformats/go-multihash.svg)

[multihash](//github.com/jbenet/multihash) implementation in Go.
> [multihash](//github.com/multiformats/multihash) implementation in Go.
## Example
## Table of Contents

- [Install](#install)
- [Usage](#usage)
- [Maintainers](#maintainers)
- [Contribute](#contribute)
- [License](#license)

## Install

```sh
go get multiformats/multihash
```

## Usage

```go
package main
Expand Down Expand Up @@ -40,6 +57,18 @@ hex: 11140beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33
obj: sha1 0x11 20 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33
```

## Maintainers

Captain: [@Kubuxu](https://github.com/Kubuxu).

## Contribute

Contributions welcome. Please check out [the issues](https://github.com/multiformats/go-multihash/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

MIT
[MIT](LICENSE)

0 comments on commit 8225259

Please sign in to comment.