remove unused thing
This commit is contained in:
parent
9438aba3b8
commit
714a73f028
3
app.go
3
app.go
@ -10,9 +10,6 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
// printerFunc is the function signature for fmt.Fprintln
|
|
||||||
type printerFunc func(io.Writer, ...interface{}) (int, error)
|
|
||||||
|
|
||||||
var (
|
var (
|
||||||
changeLogURL = "https://github.com/urfave/cli/blob/master/CHANGELOG.md"
|
changeLogURL = "https://github.com/urfave/cli/blob/master/CHANGELOG.md"
|
||||||
appActionDeprecationURL = fmt.Sprintf("%s#deprecated-cli-app-action-signature", changeLogURL)
|
appActionDeprecationURL = fmt.Sprintf("%s#deprecated-cli-app-action-signature", changeLogURL)
|
||||||
|
Loading…
Reference in New Issue
Block a user