func strconv.ParseBool
6 uses
strconv (current package)
atob.go#L10: func ParseBool(str string) (bool, error) {
flag
flag.go#L134: v, err := strconv.ParseBool(s)
golang.org/x/net/trace
events.go#L92: if exp, err := strconv.ParseBool(req.FormValue("exp")); err == nil {
trace.go#L213: if exp, err := strconv.ParseBool(req.FormValue("exp")); err == nil {
trace.go#L216: if exp, err := strconv.ParseBool(req.FormValue("rtraced")); err == nil {
golang.org/x/tools/go/packages
golist.go#L29: var debug, _ = strconv.ParseBool(os.Getenv("GOPACKAGESDEBUG"))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)