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
65eb1d86
Commit
65eb1d86
authored
Nov 13, 2014
by
Brian Tiger Chow
Committed by
Juan Batiz-Benet
Nov 14, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rm todos
License: MIT Signed-off-by:
Brian Tiger Chow
<
brian@perfmode.com
>
parent
476aab95
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
cmd/ipfs2/tour.go
cmd/ipfs2/tour.go
+1
-4
No files found.
cmd/ipfs2/tour.go
View file @
65eb1d86
...
@@ -13,9 +13,6 @@ import (
...
@@ -13,9 +13,6 @@ import (
tour
"github.com/jbenet/go-ipfs/tour"
tour
"github.com/jbenet/go-ipfs/tour"
)
)
// TODO the parent function now uses tourOutput. Migrate the children to also
// use the tourOutput struct
var
tourCmd
=
&
cmds
.
Command
{
var
tourCmd
=
&
cmds
.
Command
{
Helptext
:
cmds
.
HelpText
{
Helptext
:
cmds
.
HelpText
{
Tagline
:
"An introduction to IPFS"
,
Tagline
:
"An introduction to IPFS"
,
...
@@ -149,7 +146,7 @@ var cmdIpfsTourList = &cmds.Command{
...
@@ -149,7 +146,7 @@ var cmdIpfsTourList = &cmds.Command{
var
w
bytes
.
Buffer
var
w
bytes
.
Buffer
fprintTourList
(
&
w
,
tour
.
TopicID
(
cfg
.
Tour
.
Last
))
fprintTourList
(
&
w
,
tour
.
TopicID
(
cfg
.
Tour
.
Last
))
w
.
WriteTo
(
os
.
Stdout
)
// TODO use res.SetOutput(output)
w
.
WriteTo
(
os
.
Stdout
)
return
nil
,
nil
return
nil
,
nil
},
},
}
}
...
...
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