tablewriter
tablewriter copied to clipboard
fix(panic): when len(footers) is less than columns
continue https://github.com/olekukonko/tablewriter/pull/215
- that pr fixed only
len(columns) - len(footer) == 1
case - this fixes further panics when
len(columns) - len(footer) > 1