Commit 65eb1d86 authored by Brian Tiger Chow's avatar Brian Tiger Chow Committed by Juan Batiz-Benet

rm todos

License: MIT
Signed-off-by: default avatarBrian Tiger Chow <brian@perfmode.com>
parent 476aab95
...@@ -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
}, },
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment