type flag.ErrorHandling
6 uses
flag (current package)
flag.go#L375: type ErrorHandling int
flag.go#L379: ContinueOnError ErrorHandling = iota // Return a descriptive error.
flag.go#L402: errorHandling ErrorHandling
flag.go#L444: func (f *FlagSet) ErrorHandling() ErrorHandling {
flag.go#L1216: func NewFlagSet(name string, errorHandling ErrorHandling) *FlagSet {
flag.go#L1228: func (f *FlagSet) Init(name string, errorHandling ErrorHandling) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |