mirror of
https://github.com/spf13/cobra
synced 2024-11-16 18:57:08 +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 (
|
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 (
|
||||||
|
|
Loading…
Reference in a new issue