From d85196337cc9d017cd24c1b0416eb1494e2aef26 Mon Sep 17 00:00:00 2001 From: Bruce Downs Date: Tue, 30 Jul 2019 15:32:58 -0700 Subject: [PATCH] Correct all complaints from goimports * i.e. * go get golang.org/x/tools/cmd/goimports * goimports -w *.go * goimports -w cobra/ --- cobra/cmd/init.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cobra/cmd/init.go b/cobra/cmd/init.go index 63397d119..dcf5ada4f 100644 --- a/cobra/cmd/init.go +++ b/cobra/cmd/init.go @@ -15,10 +15,11 @@ package cmd import ( "fmt" - "github.com/spf13/cobra" - "github.com/spf13/viper" "os" "path" + + "github.com/spf13/cobra" + "github.com/spf13/viper" ) var (