1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-09 17:22:21 +08:00

move generic packages to thirdparty (see thirdparty/README.md)

This commit is contained in:
Brian Tiger Chow
2015-01-18 12:31:12 -08:00
parent 88d424cbac
commit 884143bf9c
56 changed files with 49 additions and 47 deletions

View File

@ -6,8 +6,8 @@ import (
peer "github.com/jbenet/go-ipfs/p2p/peer"
queue "github.com/jbenet/go-ipfs/p2p/peer/queue"
"github.com/jbenet/go-ipfs/routing"
eventlog "github.com/jbenet/go-ipfs/thirdparty/eventlog"
u "github.com/jbenet/go-ipfs/util"
eventlog "github.com/jbenet/go-ipfs/util/eventlog"
pset "github.com/jbenet/go-ipfs/util/peerset"
todoctr "github.com/jbenet/go-ipfs/util/todocounter"