Update README.md

This commit is contained in:
Dean Eigenmann 2020-02-28 13:36:16 +01:00 committed by GitHub
parent 6ad889900c
commit b24a00c6a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,13 @@
# go-multiprotocol
![Version](https://img.shields.io/github/tag/vacp2p/go-multiprotocol.svg)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![API Reference](
https://camo.githubusercontent.com/915b7be44ada53c290eb157634330494ebe3e30a/68747470733a2f2f676f646f632e6f72672f6769746875622e636f6d2f676f6c616e672f6764646f3f7374617475732e737667
)](https://godoc.org/github.com/vacp2p/go-multiprotocol)
[![Go Report Card](https://goreportcard.com/badge/github.com/vacp2p/go-multiprotocol)](https://goreportcard.com/report/github.com/vacp2p/go-multiprotocol)
[![Build Status](https://travis-ci.com/vacp2p/go-multiprotocol.svg?branch=master)](https://travis-ci.com/vacp2p/go-multiprotocol)
A lot of this code has been adapted from [multiaddr](https://github.com/multiformats/go-multiaddr).
Multiprotocol can be initialized using a CSV file, for the CSV format see the [specification](https://github.com/vacp2p/multiprotocol).