Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
f15b28d9
Commit
f15b28d9
authored
Mar 08, 2015
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #903 from kkoroviev/comment-fix
Move the comment back to where it belongs
parents
19245863
6e5217fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
cmd/ipfs/main.go
cmd/ipfs/main.go
+2
-1
No files found.
cmd/ipfs/main.go
View file @
f15b28d9
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment