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
93e959a4
Commit
93e959a4
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, commands) imports
parent
465cce99
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cmd/ipfs2/ipfs.go
cmd/ipfs2/ipfs.go
+1
-1
cmd/ipfs2/root.go
cmd/ipfs2/root.go
+1
-1
No files found.
cmd/ipfs2/ipfs.go
View file @
93e959a4
...
...
@@ -11,7 +11,7 @@ import (
cmdsHttp
"github.com/jbenet/go-ipfs/commands/http"
"github.com/jbenet/go-ipfs/config"
"github.com/jbenet/go-ipfs/core"
"github.com/jbenet/go-ipfs/core/commands"
commands
"github.com/jbenet/go-ipfs/core/commands
2
"
"github.com/jbenet/go-ipfs/daemon"
u
"github.com/jbenet/go-ipfs/util"
)
...
...
cmd/ipfs2/root.go
View file @
93e959a4
...
...
@@ -2,7 +2,7 @@ package main
import
(
cmds
"github.com/jbenet/go-ipfs/commands"
"github.com/jbenet/go-ipfs/core/commands"
commands
"github.com/jbenet/go-ipfs/core/commands
2
"
)
var
Root
=
&
cmds
.
Command
{
...
...
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