Fix example code

This commit is contained in:
Yushi Nakai 2014-09-15 21:03:35 +00:00
parent 7381bc4e62
commit 9610ab1729

View File

@ -260,7 +260,7 @@ app.Commands = []cli.Command{
return return
} }
for _, t := range tasks { for _, t := range tasks {
println(t) fmt.Println(t)
} }
}, },
} }