Commit 99d50984 authored by Brian Tiger Chow's avatar Brian Tiger Chow Committed by Juan Batiz-Benet

named imports

parent 36dfb7bc
......@@ -7,9 +7,9 @@ import (
"os"
cmds "github.com/jbenet/go-ipfs/commands"
"github.com/jbenet/go-ipfs/config"
"github.com/jbenet/go-ipfs/core/commands2/internal"
"github.com/jbenet/go-ipfs/tour"
config "github.com/jbenet/go-ipfs/config"
internal "github.com/jbenet/go-ipfs/core/commands2/internal"
tour "github.com/jbenet/go-ipfs/tour"
)
var cmdTour = &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