Versions in this module Expand all Collapse all v0 v0.1.1 Jan 7, 2020 v0.1.0 Aug 1, 2019 Changes in this version + func AppendFloat(dst []byte, f float64, fmt byte, prec, bitSize int) []byte + func AppendInt(dst []byte, i int64, base int) []byte + func AppendUint(dst []byte, i uint64, base int) []byte + func FormatFloat(f float64, fmt byte, prec, bitSize int) string + func FormatInt(i int64, base int) string + func FormatUint(i uint64, base int) string + func Itoa(i int) string