package
0.0.0-20241212002435-a4aaf8ca5232
Repository: https://github.com/chrislusf/gleam.git
Documentation: pkg.go.dev
# Functions
FlatFormatter returns a newly created Formatter with the same functionality as the one returned by IndentFormatter except it allows a newline in the 'format' string argument of Format to pass through if the indent level is current zero.
IndentFormatter returns a new Formatter which interprets %i and %u in the Format() formats string as indent and unindent commands.
# Interfaces
Formatter is an io.Writer extended formatter by a fmt.Printf like function Format.