Fix template format

This commit is contained in:
andig 2019-08-23 17:35:47 +02:00
parent b80588d523
commit 0756728547

View file

@ -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 }}
)