Leave imports to goimports

main
Dan Buch 2 years ago
parent d294a88a47
commit 5e86a2c44d
Signed by: meatballhat
GPG Key ID: A12F782281063434

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

Loading…
Cancel
Save