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