Commit 026c30fa authored by Brian Tiger Chow's avatar Brian Tiger Chow Committed by Juan Batiz-Benet

fix(cmd/ipfs2/daemon) imports

parent 8c56280c
...@@ -10,7 +10,7 @@ import ( ...@@ -10,7 +10,7 @@ import (
cmds "github.com/jbenet/go-ipfs/commands" cmds "github.com/jbenet/go-ipfs/commands"
cmdsHttp "github.com/jbenet/go-ipfs/commands/http" cmdsHttp "github.com/jbenet/go-ipfs/commands/http"
"github.com/jbenet/go-ipfs/core" "github.com/jbenet/go-ipfs/core"
"github.com/jbenet/go-ipfs/daemon" daemon "github.com/jbenet/go-ipfs/daemon2"
) )
var Daemon = &cmds.Command{ var Daemon = &cmds.Command{
......
...@@ -12,7 +12,7 @@ import ( ...@@ -12,7 +12,7 @@ import (
"github.com/jbenet/go-ipfs/config" "github.com/jbenet/go-ipfs/config"
"github.com/jbenet/go-ipfs/core" "github.com/jbenet/go-ipfs/core"
commands "github.com/jbenet/go-ipfs/core/commands2" commands "github.com/jbenet/go-ipfs/core/commands2"
"github.com/jbenet/go-ipfs/daemon" daemon "github.com/jbenet/go-ipfs/daemon2"
u "github.com/jbenet/go-ipfs/util" u "github.com/jbenet/go-ipfs/util"
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment