Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EscapeFlag ¶
type EscapeFlag bool
const ( EnableEscape EscapeFlag = true DisableEscape EscapeFlag = false )
func (EscapeFlag) Configure ¶
func (f EscapeFlag) Configure(flags *flags)
type NoNewlineFlag ¶
type NoNewlineFlag bool
const ( NoNewline NoNewlineFlag = true WithNewline NoNewlineFlag = false )
func (NoNewlineFlag) Configure ¶
func (f NoNewlineFlag) Configure(flags *flags)
Click to show internal directories.
Click to hide internal directories.