*: test gofmt with -s and fix reported issues

This commit is contained in:
Xiang Li
2015-08-21 18:52:16 -07:00
parent 1dcc145aef
commit 6b23a8131f
35 changed files with 266 additions and 266 deletions

View File

@ -29,12 +29,12 @@ func NewAuthCommands() cli.Command {
Name: "auth",
Usage: "overall auth controls",
Subcommands: []cli.Command{
cli.Command{
{
Name: "enable",
Usage: "enable auth access controls",
Action: actionAuthEnable,
},
cli.Command{
{
Name: "disable",
Usage: "disable auth access controls",
Action: actionAuthDisable,