flag.Flag.DefValue (field)
4 uses
flag (current package)
flag.go#L348: DefValue string // default value (as text); for usage message
flag.go#L527: if !isZeroValue(flag, flag.DefValue) {
flag.go#L530: s += fmt.Sprintf(" (default %q)", flag.DefValue)
flag.go#L532: s += fmt.Sprintf(" (default %v)", flag.DefValue)
 |
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. |