func strconv.FormatBool
6 uses
strconv (current package)
number.go#L28: func FormatBool(b bool) string {
github.com/gotd/log
attr.go#L120: return strconv.FormatBool(v.num != 0)
go.opentelemetry.io/otel/attribute
value.go#L339: return strconv.FormatBool(v.AsBool())
value.go#L373: return strconv.FormatBool(v.AsBool())
go.opentelemetry.io/otel/trace/internal/telemetry
value.go#L317: return strconv.FormatBool(v.asBool())
go.uber.org/atomic
bool_ext.go#L52: return strconv.FormatBool(b.Load())
![]() |
The pages are generated with Golds v0.8.4. (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. |