mirror of
https://codeberg.org/scip/tablizer.git
synced 2025-12-17 12:31:06 +01:00
use pointer of Tabdata, so there's only 1 copy around
This commit is contained in:
@@ -60,7 +60,7 @@ asd igig cxxxncnc
|
||||
t.Errorf("Parser returned error: %s\nData processed so far: %+v", err, data)
|
||||
}
|
||||
|
||||
printData(data)
|
||||
printData(&data)
|
||||
|
||||
buf := make([]byte, 1024)
|
||||
n, err := r.Read(buf)
|
||||
|
||||
Reference in New Issue
Block a user