flag.FlagSet.BoolVar (method)
3 uses
flag (current package)
flag.go#L631: func (f *FlagSet) BoolVar(p *bool, name string, value bool, usage string) {
flag.go#L645: f.BoolVar(p, name, value, usage)
go.pact.im/x/goupdate
flags.go#L60: fs.BoolVar(&f.testShort, "test-short", false, "")
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)