mirror of
https://github.com/spf13/cobra
synced 2024-11-24 22:57:12 +00:00
cmd: Fix tests
This commit is contained in:
parent
defa97f560
commit
b4dbd37a01
2 changed files with 5 additions and 5 deletions
|
@ -142,10 +142,10 @@ package cmd
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"os"
|
"os"
|
||||||
|
{{if .viper}}
|
||||||
"github.com/spf13/cobra"{{if .viper}}
|
|
||||||
"github.com/spf13/viper"
|
|
||||||
homedir "github.com/mitchellh/go-homedir"{{end}}
|
homedir "github.com/mitchellh/go-homedir"{{end}}
|
||||||
|
"github.com/spf13/cobra"{{if .viper}}
|
||||||
|
"github.com/spf13/viper"{{end}}
|
||||||
){{if .viper}}
|
){{if .viper}}
|
||||||
|
|
||||||
var cfgFile string{{end}}
|
var cfgFile string{{end}}
|
||||||
|
|
Loading…
Reference in a new issue