func strconv.FormatBool
2 uses
strconv (current package)
atob.go#L21: func FormatBool(b bool) string {
flag
flag.go#L127: func (b *boolValue) String() string { return strconv.FormatBool(bool(*b)) }
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)