Leave imports to goimports
This commit is contained in:
parent
d294a88a47
commit
5e86a2c44d
@ -2,11 +2,6 @@
|
|||||||
|
|
||||||
package {{.PackageName}}
|
package {{.PackageName}}
|
||||||
|
|
||||||
import (
|
|
||||||
"flag"
|
|
||||||
"github.com/urfave/cli/v2"
|
|
||||||
)
|
|
||||||
|
|
||||||
{{range .SortedFlagTypes}}
|
{{range .SortedFlagTypes}}
|
||||||
// {{.TypeName}} is the flag type that wraps cli.{{.TypeName}} to allow
|
// {{.TypeName}} is the flag type that wraps cli.{{.TypeName}} to allow
|
||||||
// for other values to be specified
|
// for other values to be specified
|
||||||
|
Loading…
Reference in New Issue
Block a user