mirror of
https://github.com/spf13/cobra
synced 2025-05-07 05:47:26 +00:00
Fix template format
This commit is contained in:
parent
b80588d523
commit
0756728547
1 changed files with 47 additions and 45 deletions
|
@ -25,9 +25,11 @@ package cmd
|
|||
import (
|
||||
"fmt"
|
||||
"os"
|
||||
"github.com/spf13/cobra"
|
||||
{{ if .Viper }}
|
||||
homedir "github.com/mitchellh/go-homedir"
|
||||
{{ end }}
|
||||
"github.com/spf13/cobra"
|
||||
{{ if .Viper }}
|
||||
"github.com/spf13/viper"
|
||||
{{ end }}
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue