Correct all complaints from goimports

* i.e.
* go get golang.org/x/tools/cmd/goimports
* goimports -w *.go
* goimports -w cobra/
This commit is contained in:
Bruce Downs 2019-07-30 15:32:58 -07:00 committed by Albert Nigmatzianov
parent 51f06c7dd1
commit d85196337c

View file

@ -15,10 +15,11 @@ package cmd
import ( import (
"fmt" "fmt"
"github.com/spf13/cobra"
"github.com/spf13/viper"
"os" "os"
"path" "path"
"github.com/spf13/cobra"
"github.com/spf13/viper"
) )
var ( var (