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
decda218
Commit
decda218
authored
Oct 29, 2014
by
Matt Bell
Committed by
Juan Batiz-Benet
Nov 14, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd/ipfs2: Changed command variable naming convention
parent
9fb20dab
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 @
decda218
...
...
@@ -13,7 +13,7 @@ import (
daemon
"github.com/jbenet/go-ipfs/daemon2"
)
var
D
aemon
=
&
cmds
.
Command
{
var
d
aemon
Cmd
=
&
cmds
.
Command
{
Options
:
[]
cmds
.
Option
{},
Help
:
"TODO"
,
Subcommands
:
map
[
string
]
*
cmds
.
Command
{},
...
...
cmd/ipfs2/ipfs.go
View file @
decda218
...
...
@@ -9,7 +9,7 @@ var Root = &cmds.Command{
Options
:
commands
.
Root
.
Options
,
Help
:
commands
.
Root
.
Help
,
Subcommands
:
map
[
string
]
*
cmds
.
Command
{
"daemon"
:
D
aemon
,
"daemon"
:
d
aemon
Cmd
,
"init"
:
initCmd
,
},
}
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