func strconv.AppendBool

2 uses

	strconv (current package)
		atob.go#L30: func AppendBool(dst []byte, b bool) []byte {

	encoding/json
		encode.go#L506: 	b = strconv.AppendBool(b, v.Bool())