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)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |