Removing unused vars
This commit is contained in:
parent
9e8ead512a
commit
02924293ff
9
app.go
9
app.go
@ -11,15 +11,6 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
|
||||||
// DefaultSuccessExitCode is the default for use with os.Exit intended to
|
|
||||||
// indicate success
|
|
||||||
DefaultSuccessExitCode = 0
|
|
||||||
// DefaultErrorExitCode is the default for use with os.Exit intended to
|
|
||||||
// indicate an error
|
|
||||||
DefaultErrorExitCode = 1
|
|
||||||
)
|
|
||||||
|
|
||||||
// App is the main structure of a cli application. It is recommended that
|
// App is the main structure of a cli application. It is recommended that
|
||||||
// an app be created with the cli.NewApp() function
|
// an app be created with the cli.NewApp() function
|
||||||
type App struct {
|
type App struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user