1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-05-21 08:56:37 +08:00

refactor: rename to kubo

This commit is contained in:
Marcin Rataj
2022-05-09 20:17:09 +02:00
parent 289e465f05
commit 82467bc936
196 changed files with 554 additions and 538 deletions

View File

@ -7,12 +7,12 @@ import (
"fmt"
"io"
oldcmds "github.com/ipfs/go-ipfs/commands"
cmdenv "github.com/ipfs/go-ipfs/core/commands/cmdenv"
nodeMount "github.com/ipfs/go-ipfs/fuse/node"
oldcmds "github.com/ipfs/kubo/commands"
cmdenv "github.com/ipfs/kubo/core/commands/cmdenv"
nodeMount "github.com/ipfs/kubo/fuse/node"
cmds "github.com/ipfs/go-ipfs-cmds"
config "github.com/ipfs/go-ipfs/config"
config "github.com/ipfs/kubo/config"
)
const (