Merge pull request #24 from ipfs/feat/testing
Add Datastore Tests
Showing
Makefile
deleted
100644 → 0
... | ... | @@ -4,3 +4,5 @@ require ( |
github.com/ipfs/go-datastore v0.1.1 | ||
github.com/ipfs/go-metrics-interface v0.0.1 | ||
) | ||
go 1.12 |
measure_test.go
0 → 100644
package.json
deleted
100644 → 0
{ | ||
"author": "whyrusleeping", | ||
"bugs": { | ||
"url": "https://github.com/ipfs/go-ds-measure" | ||
}, | ||
"gx": { | ||
"dvcsimport": "github.com/ipfs/go-ds-measure" | ||
}, | ||
"gxDependencies": [ | ||
{ | ||
"author": "ipfs", | ||
"hash": "QmekzFM3hPZjTjUFGTABdQkEnQ3PTiMstY198PwSFr5w1Q", | ||
"name": "go-metrics-interface", | ||
"version": "0.2.0" | ||
}, | ||
{ | ||
"author": "jbenet", | ||
"hash": "QmUadX5EcvrBmxAV9sE7wUWtWSqxns5K84qKJBixmcT1w9", | ||
"name": "go-datastore", | ||
"version": "3.6.1" | ||
} | ||
], | ||
"gxVersion": "0.8.0", | ||
"language": "go", | ||
"license": "", | ||
"name": "go-ds-measure", | ||
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"", | ||
"version": "1.4.5" | ||
} | ||
Please register or sign in to comment