func strconv.ParseBool

5 uses

	strconv (current package)
		atob.go#L10: func ParseBool(str string) (bool, error) {

	database/sql/driver
		types.go#L72: 		b, err := strconv.ParseBool(s)
		types.go#L78: 		b, err := strconv.ParseBool(string(s))

	github.com/oapi-codegen/runtime
		bindstring.go#L96: 		val, err = strconv.ParseBool(src)
		deepobject.go#L302: 		val, err := strconv.ParseBool(pathValues.value)