Fixed all problems/warnings reported by "go vet"

This commit is contained in:
Alexander Rødseth
2013-11-15 11:35:24 +01:00
parent 30d83a70a7
commit f93652a890
3 changed files with 6 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ func (c Command) Run(ctx *Context) error {
}
if err != nil {
fmt.Println("Incorrect Usage.\n")
fmt.Printf("Incorrect Usage.\n\n")
ShowCommandHelp(ctx, c.Name)
fmt.Println("")
return err