As in #14 currently it seems that there might be too much copying of variables.
functions such as saveProcessingInfo(), createProcessingInfoFile(), and createFile() might be designed incorrectly.
As of last testing efforts all logic that is within anonymize.go seems to be working incorrectly and results in corrupted data.
As in #14 currently it seems that there might be too much copying of variables.
functions such as
saveProcessingInfo()
,createProcessingInfoFile()
, andcreateFile()
might be designed incorrectly. As of last testing efforts all logic that is withinanonymize.go
seems to be working incorrectly and results in corrupted data.