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-unixfs
Commits
026c30fa
Commit
026c30fa
authored
Oct 29, 2014
by
Brian Tiger Chow
Committed by
Juan Batiz-Benet
Nov 14, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(cmd/ipfs2/daemon) imports
parent
8c56280c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cmd/ipfs2/daemon.go
cmd/ipfs2/daemon.go
+1
-1
cmd/ipfs2/ipfs.go
cmd/ipfs2/ipfs.go
+1
-1
No files found.
cmd/ipfs2/daemon.go
View file @
026c30fa
...
...
@@ -10,7 +10,7 @@ import (
cmds
"github.com/jbenet/go-ipfs/commands"
cmdsHttp
"github.com/jbenet/go-ipfs/commands/http"
"github.com/jbenet/go-ipfs/core"
"github.com/jbenet/go-ipfs/daemon"
daemon
"github.com/jbenet/go-ipfs/daemon
2
"
)
var
Daemon
=
&
cmds
.
Command
{
...
...
cmd/ipfs2/ipfs.go
View file @
026c30fa
...
...
@@ -12,7 +12,7 @@ import (
"github.com/jbenet/go-ipfs/config"
"github.com/jbenet/go-ipfs/core"
commands
"github.com/jbenet/go-ipfs/core/commands2"
"github.com/jbenet/go-ipfs/daemon"
daemon
"github.com/jbenet/go-ipfs/daemon
2
"
u
"github.com/jbenet/go-ipfs/util"
)
...
...
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