Commit 93e959a4 authored by Brian Tiger Chow's avatar Brian Tiger Chow Committed by Juan Batiz-Benet

fix(cmd/ipfs2, commands) imports

parent 465cce99
...@@ -11,7 +11,7 @@ import ( ...@@ -11,7 +11,7 @@ import (
cmdsHttp "github.com/jbenet/go-ipfs/commands/http" cmdsHttp "github.com/jbenet/go-ipfs/commands/http"
"github.com/jbenet/go-ipfs/config" "github.com/jbenet/go-ipfs/config"
"github.com/jbenet/go-ipfs/core" "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" "github.com/jbenet/go-ipfs/daemon"
u "github.com/jbenet/go-ipfs/util" u "github.com/jbenet/go-ipfs/util"
) )
......
...@@ -2,7 +2,7 @@ package main ...@@ -2,7 +2,7 @@ package main
import ( import (
cmds "github.com/jbenet/go-ipfs/commands" 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{ var Root = &cmds.Command{
......
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