2 Commits

Author SHA1 Message Date
Jeromy
2fd4b5b828 gx publish v0.2.0 2016-09-04 11:46:06 -07:00
David Dias
98f7ae6128 add a simple-readme 2016-09-01 11:06:29 -04:00
3 changed files with 17 additions and 2 deletions

View File

@@ -1 +1 @@
0.1.0: QmRdt1nxGDL6UWo2ziX9no4BDmMd8YZoDP88FgXBpKDZZi
0.2.0: QmYiTi9mKBMjfiup7na7PhJK7QEZPdMTJenLdgFYVQ2NUv

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
go-multibase
==============
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
> Go implementation of the [multibase](https://github.com/multiformats/multibase) specification.

View File

@@ -6,9 +6,17 @@
"gx": {
"dvcsimport": "github.com/multiformats/go-multibase"
},
"gxDependencies": [
{
"author": "whyrusleeping",
"hash": "QmT8rehPR3F6bmwL6zjUN8XpiDBFFpMP2myPdC6ApsWfJf",
"name": "go-base58",
"version": "0.0.0"
}
],
"gxVersion": "0.8.0",
"language": "go",
"license": "",
"name": "go-multibase",
"version": "0.1.0"
"version": "0.2.0"
}