提交 93e959a4 作者: Brian Tiger Chow 提交者: Juan Batiz-Benet

fix(cmd/ipfs2, commands) imports

上级 465cce99
......@@ -11,7 +11,7 @@ import (
cmdsHttp "github.com/jbenet/go-ipfs/commands/http"
"github.com/jbenet/go-ipfs/config"
"github.com/jbenet/go-ipfs/core"
"github.com/jbenet/go-ipfs/core/commands"
commands "github.com/jbenet/go-ipfs/core/commands2"
"github.com/jbenet/go-ipfs/daemon"
u "github.com/jbenet/go-ipfs/util"
)
......
......@@ -2,7 +2,7 @@ package main
import (
cmds "github.com/jbenet/go-ipfs/commands"
"github.com/jbenet/go-ipfs/core/commands"
commands "github.com/jbenet/go-ipfs/core/commands2"
)
var Root = &cmds.Command{
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论