flag.FlagSet.formal (field)
10 uses
flag (current package)
flag.go#L337: formal map[string]*Flag
flag.go#L393: for _, flag := range sortFlags(f.formal) {
flag.go#L420: return f.formal[name]
flag.go#L426: return CommandLine.formal[name]
flag.go#L431: flag, ok := f.formal[name]
flag.go#L862: _, alreadythere := f.formal[name]
flag.go#L873: if f.formal == nil {
flag.go#L874: f.formal = make(map[string]*Flag)
flag.go#L876: f.formal[name] = flag
flag.go#L942: m := f.formal
![]() |
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. |