Closed github-actions[bot] closed 2 years ago
https://github.com/nilsbu/lastfm/blob/ee0a1bc2e8163eae4ffac6bc41782adaad4fc5ce/pkg/format/table.go#L16
type Table struct { Charts charts.Charts First rsrc.Day Step int // TODO remove step from format table Count int // TODO remove count from format table } func (f *Table) CSV(w io.Writer, decimal string) error {
Closed in e3293b698c21984b40d765bcd3fa9c84d2487b5b
https://github.com/nilsbu/lastfm/blob/ee0a1bc2e8163eae4ffac6bc41782adaad4fc5ce/pkg/format/table.go#L16