()
| 13 | } |
| 14 | |
| 15 | func (r row) csvHeader() []string { |
| 16 | return append([]string{"browser", "profile"}, structCSVHeader(r.entry)...) |
| 17 | } |
| 18 | |
| 19 | func (r row) csvRow() []string { |
| 20 | return append([]string{r.Browser, r.Profile}, structCSVRow(r.entry)...) |
no test coverage detected