formatter.go: number base options added
This commit is contained in:
parent
f3abf5e77c
commit
b2b0bb04c5
@ -9,6 +9,10 @@ type FmtOpt uint16
|
|||||||
const (
|
const (
|
||||||
TTY FmtOpt = 1 << iota
|
TTY FmtOpt = 1 << iota
|
||||||
MultiLine
|
MultiLine
|
||||||
|
Base2
|
||||||
|
Base8
|
||||||
|
Base10
|
||||||
|
Base16
|
||||||
)
|
)
|
||||||
|
|
||||||
type Formatter interface {
|
type Formatter interface {
|
||||||
|
Loading…
Reference in New Issue
Block a user