(dst, s []byte)
| 13 | AppendBool(dst []byte, val bool) []byte |
| 14 | AppendBools(dst []byte, vals []bool) []byte |
| 15 | AppendBytes(dst, s []byte) []byte |
| 16 | AppendDuration(dst []byte, d time.Duration, unit time.Duration, format string, useInt bool, precision int) []byte |
| 17 | AppendDurations(dst []byte, vals []time.Duration, unit time.Duration, format string, useInt bool, precision int) []byte |
| 18 | AppendEndMarker(dst []byte) []byte |
no outgoing calls