Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BeginDim = func() {}
View Source
var EndDim = func() {}
View Source
var FmtBold = func(s string) string {
return s
}
View Source
var FmtDim = func(s string) string {
return s
}
View Source
var FmtKeyval = func(k string, v any) string { sp := 18 - len(k) if sp < 0 { sp = 0 } return fmt.Sprintf("- %s: %s%v", k, strings.Repeat(" ", sp), v) }
View Source
var FmtTag = func(s string) string { return fmt.Sprintf("'%s'", s) }
Functions ¶
func ConfigureOutput ¶
func ConfigureOutput(output *os.File) *ansi.OutputState
func PrintKeyval ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.