1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-10 05:52:20 +08:00

renamed datastore.go -> go-datastore

This commit is contained in:
Juan Batiz-Benet
2014-10-21 15:10:58 -07:00
parent 4cb48da228
commit f7c1ed39e0
48 changed files with 54 additions and 54 deletions

View File

@ -3,7 +3,7 @@ package namesys
import (
"testing"
ds "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/datastore.go"
ds "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-datastore"
ci "github.com/jbenet/go-ipfs/crypto"
"github.com/jbenet/go-ipfs/peer"
mock "github.com/jbenet/go-ipfs/routing/mock"