ted537

Results 12 comments of ted537

Even `panic()` would be preferred, because that can be recovered from a goroutine

Most of the logic in the "flag" package is actually wrapped in the "CommandLine" singleton (instance of FlagSet), so if you had a FlagSet interface that both flag and pflag...