func strconv.AppendBool
5 uses
strconv (current package)
atob.go#L30: func AppendBool(dst []byte, b bool) []byte {
database/sql
convert.go#L532: return strconv.AppendBool(buf, rv.Bool()), true
encoding/xml
marshal.go#L868: if err := emit(p, strconv.AppendBool(scratch[:0], vf.Bool())); err != nil {
github.com/lib/pq
encode.go#L47: return strconv.AppendBool(nil, v)
encode.go#L147: return strconv.AppendBool(buf, v)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |