func flag.newBoolValue
3 uses
flag (current package)
flag.go#L111: func newBoolValue(val bool, p *bool) *boolValue {
flag.go#L630: f.Var(newBoolValue(value, p), name, usage)
flag.go#L636: CommandLine.Var(newBoolValue(value, p), name, usage)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)