Versions in this module Expand all Collapse all v1 v1.0.0 Jun 19, 2019 Changes in this version + type CsvWriter struct + Output io.Writer + func (cw CsvWriter) Write(result Result) error + type JsonWriter struct + Output io.Writer + func (jw JsonWriter) Write(result Result) error + type Result [][]string + type TableWriter struct + Output io.Writer + func (tw TableWriter) Write(result Result) error + type Writer interface + Write func(Result) error + func NewWriter(format string, output *os.File) Writer