func strconv.AppendBool

6 uses

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

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

	go.pact.im/x/zapjournal
		encoder.go#L116: 	e.buf = strconv.AppendBool(e.buf, value)
		json.go#L198: 	e.setBuf(strconv.AppendBool(e.buf(), v))

	go.uber.org/zap/buffer
		buffer.go#L68: 	b.bs = strconv.AppendBool(b.bs, v)

	golang.org/x/tools/internal/event/keys
		keys.go#L509: 	w.Write(strconv.AppendBool(buf, k.From(l)))