Fixed spelling and gofmt issues

This commit is contained in:
Matt Farina
2016-05-09 09:40:09 -04:00
parent 63ed8b0bde
commit 2f4ec31264
5 changed files with 32 additions and 32 deletions

View File

@@ -172,13 +172,13 @@ func Test_helpSubcommand_Action_ErrorIfNoTopic(t *testing.T) {
func TestShowAppHelp_HiddenCommand(t *testing.T) {
app := &App{
Commands: []Command{
Command{
{
Name: "frobbly",
Action: func(ctx *Context) error {
return nil
},
},
Command{
{
Name: "secretfrob",
Hidden: true,
Action: func(ctx *Context) error {