# Packages
No description provided by the author
# Functions
Buffer defines buffer creator helper.
Csvb defines bytes implementation which serializes flat collection to formatted csv byte slice.
FieldsHtmlt defines diff implementation which compares two categorized collections to formatted struct fields html table byte slice.
Jsonb defines bytes implementation which uses json marshal with indent to serialize flat collection to byte slice.
Mdtb defines bytes implementation which serializes flat collection to formatted markdown table byte slice.
NewGoprinter creates instances of goprinter with configs.
SizeAlignMdt defines diff implementation which compares two categorized collections to formatted markdown table byte slice.
Xmlb defines bytes implementation which uses xml marshal with indent to serialize flat collection to byte slice.
# Variables
FSPT implements ast and combines: - flatten helper - fpadfilter helper - shuffle helper - padsync helper - tagsync helper - reindex helper.
# Structs
File defines writer implementation which creates underlying single file with provided name and ext on provided loc.
Files defines writer implementation which creates underlying files list with provided ext on provided loc.
Gofmt implements printer by using canonical ast go fmt printer.
Goprinter implements printer by using ast go printer printer.
Origin defines category writer implementation which simply uses underlying writter.
Stdout defines writer implementation which only returns os stdout all the time.
Suffix defines category writer implementation which replaces category for writer with provided suffixed category.