Formatting

This commit is contained in:
Jeremy Saenz 2013-07-14 18:19:53 -07:00
parent e2b6fffa5d
commit 16bf6d4f76
2 changed files with 1 additions and 2 deletions

1
cli.go
View File

@ -40,4 +40,3 @@ type Command struct {
}
type Action func(name string)

View File

@ -18,7 +18,7 @@ var HelpCommand = Command{
}
func init() {
HelpCommand.Action = ShowHelp
HelpCommand.Action = ShowHelp
}
func ShowHelp(name string) {