(dst []byte, vals []time.Time, format string)
| 43 | AppendStrings(dst []byte, vals []string) []byte |
| 44 | AppendTime(dst []byte, t time.Time, format string) []byte |
| 45 | AppendTimes(dst []byte, vals []time.Time, format string) []byte |
| 46 | AppendUint(dst []byte, val uint) []byte |
| 47 | AppendUint16(dst []byte, val uint16) []byte |
| 48 | AppendUint32(dst []byte, val uint32) []byte |
no outgoing calls