提交 026c30fa 作者: Brian Tiger Chow 提交者: Juan Batiz-Benet

fix(cmd/ipfs2/daemon) imports

上级 8c56280c
......@@ -10,7 +10,7 @@ import (
cmds "github.com/jbenet/go-ipfs/commands"
cmdsHttp "github.com/jbenet/go-ipfs/commands/http"
"github.com/jbenet/go-ipfs/core"
"github.com/jbenet/go-ipfs/daemon"
daemon "github.com/jbenet/go-ipfs/daemon2"
)
var Daemon = &cmds.Command{
......
......@@ -12,7 +12,7 @@ import (
"github.com/jbenet/go-ipfs/config"
"github.com/jbenet/go-ipfs/core"
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"
)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论