remove unused thing

main
Lynn Cyrin 5 years ago
parent 9438aba3b8
commit 714a73f028
No known key found for this signature in database
GPG Key ID: EE9CCB427DFEC897

@ -10,9 +10,6 @@ import (
"time"
)
// printerFunc is the function signature for fmt.Fprintln
type printerFunc func(io.Writer, ...interface{}) (int, error)
var (
changeLogURL = "https://github.com/urfave/cli/blob/master/CHANGELOG.md"
appActionDeprecationURL = fmt.Sprintf("%s#deprecated-cli-app-action-signature", changeLogURL)

Loading…
Cancel
Save