Versions in this module Expand all Collapse all v1 v1.5.10 Sep 7, 2023 Changes in this version + type StrconvWrapper struct + func (s *StrconvWrapper) FormatBool(b bool) string + func (s *StrconvWrapper) FormatFloat(f float64, fmt byte, prec, bitSize int) string + func (s *StrconvWrapper) FormatInt(i int64, base int) string + func (s *StrconvWrapper) FormatUint(i uint64, base int) string + type UnitPrintMock struct + func NewUnitPrintMock() *UnitPrintMock + func (imp *UnitPrintMock) Debug(a ...interface{}) + func (imp *UnitPrintMock) Debugf(format string, a ...interface{}) + func (imp *UnitPrintMock) Get(key int) string