mirror of
https://github.com/spf13/cobra
synced 2024-11-16 10:47:09 +00:00
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:
parent
51f06c7dd1
commit
d85196337c
1 changed files with 3 additions and 2 deletions
|
@ -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 (
|
||||
|
|
Loading…
Reference in a new issue