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