# Packages
Package templates Code generated by go-bindata.
# Functions
New initializes a ChainFormatter defaulting to the JSON Formatter if no known formatter is passed, else It will use the mentioned formatter and use the JSON Formatter to fallback when parsing the output fails.
NewChain wraps a formatter into a Chain.
NewJSON acts as the factory for formatter.JSON.
NewText acts as the factory for formatter.Text.
# Structs
Chain implements the Chain interface
Allows the formatting responsibility to become a chain.
JSON formats into text.
Text formats into text.
TextConfig is the configuration to use for a text formatter.
# Type aliases
AssetLoaderFunc loads and returns the asset for the given name.