Merge pull request #54 from ipfs/feat/idempotent-delete
make delete idempotent
Showing
.circleci/config.yml
0 → 100644
.travis.yml
deleted
100644 → 0
Makefile
deleted
100644 → 0
module github.com/ipfs/go-ds-flatfs | module github.com/ipfs/go-ds-flatfs | ||
require ( | require ( | ||
github.com/ipfs/go-datastore v0.0.1 | github.com/ipfs/go-datastore v0.1.0 | ||
github.com/ipfs/go-log v0.0.1 | github.com/ipfs/go-log v0.0.1 | ||
github.com/jbenet/goprocess v0.0.0-20160826012719-b497e2f366b8 | github.com/jbenet/goprocess v0.0.0-20160826012719-b497e2f366b8 | ||
) | ) |
package.json
deleted
100644 → 0
{ | |||
"author": "whyrusleeping", | |||
"bugs": { | |||
"url": "https://github.com/ipfs/go-ds-flatfs" | |||
}, | |||
"gx": { | |||
"dvcsimport": "github.com/ipfs/go-ds-flatfs" | |||
}, | |||
"gxDependencies": [ | |||
{ | |||
"hash": "QmbkT7eMTyXfpeyB3ZMxxcxg7XH8t6uXp49jqzz4HB7BGF", | |||
"name": "go-log", | |||
"version": "1.5.9" | |||
}, | |||
{ | |||
"author": "jbenet", | |||
"hash": "QmUadX5EcvrBmxAV9sE7wUWtWSqxns5K84qKJBixmcT1w9", | |||
"name": "go-datastore", | |||
"version": "3.6.1" | |||
}, | |||
{ | |||
"author": "whyrusleeping", | |||
"hash": "QmSF8fPo3jgVBAy8fpdjjYqgG87dkJgUprRBHRd2tmfgpP", | |||
"name": "goprocess", | |||
"version": "1.0.0" | |||
} | |||
], | |||
"gxVersion": "0.8.0", | |||
"language": "go", | |||
"license": "", | |||
"name": "go-ds-flatfs", | |||
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"", | |||
"version": "1.3.7" | |||
} | |||
Please register or sign in to comment