1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 18:13:54 +08:00

Move the comment back to where it belongs

This commit is contained in:
Konstantin Koroviev
2015-03-09 06:33:10 +02:00
parent 1924586373
commit 6e5217fd97

View File

@ -17,7 +17,7 @@ import (
ma "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-multiaddr"
manet "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-multiaddr-net"
context "github.com/jbenet/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context" // log is the command logger
context "github.com/jbenet/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context"
cmds "github.com/jbenet/go-ipfs/commands"
cmdsCli "github.com/jbenet/go-ipfs/commands/cli"
cmdsHttp "github.com/jbenet/go-ipfs/commands/http"
@ -29,6 +29,7 @@ import (
"github.com/jbenet/go-ipfs/util/debugerror"
)
// log is the command logger
var log = eventlog.Logger("cmd/ipfs")
// signal to output help