# Functions
LoadTemplate loads a template from the embedded bundle.
NewGenerator creates a new code generator set to run on the current working directory and output to stdout.
# Structs
Generator is the main operator that operates to generate the code.
Printer is an implementation of IndentPrinter that prints to stdout and stderr.
TextTemplate is a text template used to generate code.
# Interfaces
IndentPrinter is a printer that maintains a state of indentation and adjusts printing accordingly.