tablewriter icon indicating copy to clipboard operation
tablewriter copied to clipboard

fix(panic): when len(footers) is less than columns

Open rinor opened this issue 8 months ago • 0 comments

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

rinor avatar May 25 '24 17:05 rinor