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
parent 15a2441afc
commit 40b62f616f

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 (