Versions in this module Expand all Collapse all v1 v1.0.1 Aug 26, 2026 v1.0.0 Aug 22, 2026 Changes in this version + func AppendBytes(dst []byte, formatSpec string, b []byte) []byte + func AppendDuration(dst []byte, formatSpec string, value time.Duration) []byte + func AppendFloat(dst []byte, formatSpec string, v float64) []byte + func AppendFloat32(dst []byte, formatSpec string, v float32) []byte + func AppendInt(dst []byte, formatSpec string, v int64) []byte + func AppendSigFixed(dst []byte, value float64) []byte + func AppendSigFixed32(dst []byte, value float32, sig int) []byte + func AppendSigFixed64(dst []byte, value float64, sig int) []byte + func AppendString(dst []byte, formatSpec string, s string) []byte + func AppendUint(dst []byte, formatSpec string, v uint64) []byte + func Format(dst []byte, template string, a ...any) []byte