Versions in this module Expand all Collapse all v0 v0.1.0 Aug 19, 2017 Changes in this version + var DefaultFlags = NoSpace | Decimal + var DefaultMaxLen = 4 + var DefaultMinLen = 0 + func Format(value int64, minlen, maxlen int, flags Flags) string + func FormatToScale(value int64, minlen int, scale uint, flags Flags) string + func Itoa(i int64) string + func Scale(value int64, maxlen int, flags Flags) uint + type Flags int + const AlwaysSign + const Bytes + const Decimal + const Divisor1000 + const LeftJustify + const NoSpace + const SIPrefixes + const SpaceSign + const ZeroPad + func (f Flags) String() string + type Int64 int64 + const Exa + const Giga + const Kilo + const MaxScale + const Mega + const Peta + const Tera + func Parse(s string, flags Flags) (Int64, error) + func (h *Int64) Set(s string) error + func (h Int64) Format(f fmt.State, r rune) + func (h Int64) String() string