Initial commit
parents
Showing
.gitignore
0 → 100644
.gx/lastpubver
0 → 100644
.travis.yml
0 → 100644
LICENSE
0 → 100644
Makefile
0 → 100644
README.md
0 → 100644
package.json
0 → 100644
{ | ||
"author": "hector", | ||
"bugs": { | ||
"url": "https://github.com/ipfs/go-ipfs-posinfo" | ||
}, | ||
"gx": { | ||
"dvcsimport": "github.com/ipfs/go-ipfs-posinfo" | ||
}, | ||
"gxDependencies": [ | ||
{ | ||
"author": "whyrusleeping", | ||
"hash": "Qme5bWv7wtjUNGsK2BNGVUFPKiuxWrsqrtvYwCLRw8YFES", | ||
"name": "go-ipld-format", | ||
"version": "0.5.3" | ||
} | ||
], | ||
"gxVersion": "0.12.1", | ||
"language": "go", | ||
"license": "MIT", | ||
"name": "go-ipfs-posinfo", | ||
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"", | ||
"version": "0.0.1" | ||
} | ||
posinfo.go
0 → 100644
Please register or sign in to comment