formatter.go: format options added
This commit is contained in:
+2
-1
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user