Versions in this module Expand all Collapse all v3 v3.33.2 Nov 28, 2024 Changes in this version + func AppendFloat(buf *bytes.Buffer, x float64) error + func AppendFloat32(buf *bytes.Buffer, x float32) error + func AppendFloatArray(buf *bytes.Buffer, a ...float64) error + func AppendInt(buf *bytes.Buffer, x int64) + func AppendIntArray(buf *bytes.Buffer, a ...int64) + func AppendString(buf *bytes.Buffer, s string) + func AppendStringArray(buf *bytes.Buffer, a ...string) + func AppendUint(buf *bytes.Buffer, x uint64) + func AppendUintArray(buf *bytes.Buffer, a ...uint64)