From 69ef453f54877655f4e7576a4009f09a17ba073e Mon Sep 17 00:00:00 2001 From: Elliott Beach Date: Mon, 11 Sep 2017 12:55:50 -0500 Subject: [PATCH] gofmt --- cobra/cmd/helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cobra/cmd/helpers.go b/cobra/cmd/helpers.go index 9ac9f63c..e5b37ec7 100644 --- a/cobra/cmd/helpers.go +++ b/cobra/cmd/helpers.go @@ -18,10 +18,10 @@ import ( "fmt" "io" "os" + "os/exec" "path/filepath" "strings" "text/template" - "os/exec" ) var cmdDirs = [...]string{"cmd", "cmds", "command", "commands"}