Merge pull request #690 from gliptak/patch-1

Correct go vet for Go tip
main
Jesse Szwedko 7 years ago committed by GitHub
commit 119bb65648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -453,7 +453,6 @@ func (a *App) hasFlag(flag Flag) bool {
}
func (a *App) errWriter() io.Writer {
// When the app ErrWriter is nil use the package level one.
if a.ErrWriter == nil {
return ErrWriter

Loading…
Cancel
Save