From 3f939ad5200d651fc312903ebe5ae48a51224a7e Mon Sep 17 00:00:00 2001 From: Jonathan Barronville Date: Fri, 24 Jun 2016 08:07:19 -0400 Subject: Removed unused field "exitOnError". --- flag.go | 1 - 1 file changed, 1 deletion(-) diff --git a/flag.go b/flag.go index 965df13..721c372 100644 --- a/flag.go +++ b/flag.go @@ -141,7 +141,6 @@ type FlagSet struct { shorthands map[byte]*Flag args []string // arguments after flags argsLenAtDash int // len(args) when a '--' was located when parsing, or -1 if no -- - exitOnError bool // does the program exit if there's an error? errorHandling ErrorHandling output io.Writer // nil means stderr; use out() accessor interspersed bool // allow interspersed option/non-option args -- cgit v1.2.3