func strconv.AppendBool

2 uses

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

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