ipld-eth-server/vendor/github.com/ipfs/go-path/README.md

33 lines
1.1 KiB
Markdown
Raw Normal View History

go-path
==================
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/)
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
[![Coverage Status](https://codecov.io/gh/ipfs/go-path/branch/master/graph/badge.svg)](https://codecov.io/gh/ipfs/go-path/branch/master)
[![Travis CI](https://travis-ci.org/ipfs/go-path.svg?branch=master)](https://travis-ci.org/ipfs/go-path)
> go-path is a helper package that provides utilities for parsing and using ipfs paths
## Table of Contents
- [API](#api)
- [Contribute](#contribute)
- [License](#license)
## TODO
This package could probably be merged into go-ipld, or something along those lines. It
doesnt really make sense as its own standalone thing.
## Contribute
PRs are welcome!
Small note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
## License
MIT © Juan Batiz-Benet