mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-02 06:47:51 +08:00
named imports
This commit is contained in:
parent
36dfb7bc43
commit
99d5098450
@ -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{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user