Closed mccv closed 9 years ago
Previously the creation of an actual file used := to assign the file and err. This shadowed the var declaration of file, leaving it uninitialized and causing seg faults when the scanner tried to read data.
Thank you for pull request! Could you drop binaries committed by accident? Then it will be merged to master.
ugh, sorry. Done.
Previously the creation of an actual file used := to assign the file and err. This shadowed the var declaration of file, leaving it uninitialized and causing seg faults when the scanner tried to read data.