type flag.ErrorHandling
6 uses
flag (current package)
flag.go#L312: type ErrorHandling int
flag.go#L316: ContinueOnError ErrorHandling = iota // Return a descriptive error.
flag.go#L339: errorHandling ErrorHandling
flag.go#L380: func (f *FlagSet) ErrorHandling() ErrorHandling {
flag.go#L1050: func NewFlagSet(name string, errorHandling ErrorHandling) *FlagSet {
flag.go#L1062: func (f *FlagSet) Init(name string, errorHandling ErrorHandling) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |