mirror of
https://codeberg.org/scip/tablizer.git
synced 2025-12-16 20:20:57 +01:00
refactored output printer, now using tablewriter
This commit is contained in:
@@ -144,7 +144,7 @@ func parseFile(input io.Reader, pattern string) Tabdata {
|
||||
// if Debug {
|
||||
// fmt.Printf("<%s> ", value)
|
||||
// }
|
||||
values = append(values, value)
|
||||
values = append(values, strings.TrimSpace(value))
|
||||
|
||||
idx++
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user