func internal/strconv.ParseBool
2 uses
internal/strconv (current package)
atob.go#L10: func ParseBool(str string) (bool, error) {
strconv
number.go#L20: x, err := strconv.ParseBool(str)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)