mirror of
https://github.com/spf13/cobra.git
synced 2024-11-15 09:48:19 -07: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
@ -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 New Issue
Block a user