use pointer of Tabdata, so there's only 1 copy around

This commit is contained in:
2022-10-03 13:10:23 +02:00
parent 65cbaddd5f
commit 3fd2e6ac2f
4 changed files with 20 additions and 19 deletions

View File

@@ -35,7 +35,7 @@ func ProcessFiles(args []string) error {
if err != nil {
return err
}
printData(data)
printData(&data)
}
return nil