func strconv.ParseBool
2 uses
strconv (current package)
atob.go#L10: func ParseBool(str string) (bool, error) {
flag
flag.go#L117: v, err := strconv.ParseBool(s)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)