Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StrconvWrapper ¶
type StrconvWrapper struct{}
func (*StrconvWrapper) FormatBool ¶
func (s *StrconvWrapper) FormatBool(b bool) string
func (*StrconvWrapper) FormatFloat ¶
func (s *StrconvWrapper) FormatFloat(f float64, fmt byte, prec, bitSize int) string
func (*StrconvWrapper) FormatUint ¶
func (s *StrconvWrapper) FormatUint(i uint64, base int) string
type UnitPrintMock ¶
type UnitPrintMock struct {
// contains filtered or unexported fields
}
func (*UnitPrintMock) Debug ¶
func (imp *UnitPrintMock) Debug(a ...interface{})
Debug 用于mock脚本中的println
func (*UnitPrintMock) Debugf ¶
func (imp *UnitPrintMock) Debugf(format string, a ...interface{})
Debugf 用于mock脚本中的println
Click to show internal directories.
Click to hide internal directories.