提交 65eb1d86 作者: Brian Tiger Chow 提交者: Juan Batiz-Benet

rm todos

License: MIT
Signed-off-by: 's avatarBrian Tiger Chow <brian@perfmode.com>
上级 476aab95
......@@ -13,9 +13,6 @@ import (
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{
Helptext: cmds.HelpText{
Tagline: "An introduction to IPFS",
......@@ -149,7 +146,7 @@ var cmdIpfsTourList = &cmds.Command{
var w bytes.Buffer
fprintTourList(&w, tour.TopicID(cfg.Tour.Last))
w.WriteTo(os.Stdout) // TODO use res.SetOutput(output)
w.WriteTo(os.Stdout)
return nil, nil
},
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论