flag.Flag.Name (field)
5 uses
flag (current package)
flag.go#L409: Name string // name as it appears on command line
flag.go#L424: return result[i].Name < result[j].Name
flag.go#L557: err = fmt.Errorf("panic calling String method on zero %v for flag %s: %v", typ, flag.Name, e)
flag.go#L611: fmt.Fprintf(&b, " -%s", flag.Name) // Two spaces before -; see next two comments.
|
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. |