Provides a CSV formatter for use with Gout
By default, we use the csvutil auto headers. If you provide the Formatter object with a list of custom headers, the csv output will use that instead
Formatter{
headers []string{"foo", "bar", "baz"},
}| Name | Name | Last commit date | ||
|---|---|---|---|---|
Provides a CSV formatter for use with Gout
By default, we use the csvutil auto headers. If you provide the Formatter object with a list of custom headers, the csv output will use that instead
Formatter{
headers []string{"foo", "bar", "baz"},
}