# Functions
NewFileWriter creates new FileWriter what writes to targetFile.
Write writes keys to given outputName in given formatName.
# Structs
FileWriter writes the output to file.
StdoutWriter just writes the output to stdout.
# Interfaces
Writer is interface for all output writers.