mirror of https://github.com/spf13/cobra.git
Always include the os package import when generating the root command (#1557)
Signed-off-by: John McBride <jmcbride@vmware.com>
This commit is contained in:
parent
01e05b8ea1
commit
19c9c74384
|
@ -37,9 +37,9 @@ package cmd
|
|||
|
||||
import (
|
||||
{{- if .Viper }}
|
||||
"fmt"
|
||||
"fmt"{{ end }}
|
||||
"os"
|
||||
{{ end }}
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
{{- if .Viper }}
|
||||
"github.com/spf13/viper"{{ end }}
|
||||
|
|
Loading…
Reference in New Issue