Leave imports to goimports

This commit is contained in:
Dan Buch 2022-11-08 09:13:10 -05:00
parent d294a88a47
commit 5e86a2c44d
Signed by: meatballhat
GPG Key ID: A12F782281063434

View File

@ -2,11 +2,6 @@
package {{.PackageName}}
import (
"flag"
"github.com/urfave/cli/v2"
)
{{range .SortedFlagTypes}}
// {{.TypeName}} is the flag type that wraps cli.{{.TypeName}} to allow
// for other values to be specified