formatter.go: format options added
This commit is contained in:
parent
cd6b7982ee
commit
7c748f0e31
@ -7,7 +7,8 @@ package expr
|
|||||||
type FmtOpt uint16
|
type FmtOpt uint16
|
||||||
|
|
||||||
const (
|
const (
|
||||||
tty FmtOpt = 1 << iota
|
TTY FmtOpt = 1 << iota
|
||||||
|
MultiLine
|
||||||
)
|
)
|
||||||
|
|
||||||
type Formatter interface {
|
type Formatter interface {
|
||||||
|
Loading…
Reference in New Issue
Block a user