github.com/TrueBlocks/trueblocks-core/src/apps/chifra@v0.0.0-20241022031540-b362680128f7/pkg/output/doc.go (about) 1 // Package output abstracts away the production of data to a stream. The data can be of type 'txt', 'csv', 'json' or some other special format. In this way any calling code can avoid being aware of its output format making that code much cleaner. 2 package output