mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-29 01:12:24 +08:00
remove merge issue (logger)
This commit is contained in:
@ -7,13 +7,10 @@ import (
|
|||||||
|
|
||||||
"github.com/jbenet/go-ipfs/core"
|
"github.com/jbenet/go-ipfs/core"
|
||||||
u "github.com/jbenet/go-ipfs/util"
|
u "github.com/jbenet/go-ipfs/util"
|
||||||
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/op/go-logging"
|
|
||||||
|
|
||||||
nsys "github.com/jbenet/go-ipfs/namesys"
|
nsys "github.com/jbenet/go-ipfs/namesys"
|
||||||
)
|
)
|
||||||
|
|
||||||
var log = logging.MustGetLogger("commands")
|
|
||||||
|
|
||||||
func Publish(n *core.IpfsNode, args []string, opts map[string]interface{}, out io.Writer) error {
|
func Publish(n *core.IpfsNode, args []string, opts map[string]interface{}, out io.Writer) error {
|
||||||
log.Debug("Begin Publish")
|
log.Debug("Begin Publish")
|
||||||
if n.Identity == nil {
|
if n.Identity == nil {
|
||||||
|
Reference in New Issue
Block a user