Commit f15b28d9 authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

Merge pull request #903 from kkoroviev/comment-fix

Move the comment back to where it belongs
parents 19245863 6e5217fd
......@@ -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
......
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