summaryrefslogtreecommitdiff
path: root/file_test.go
Commit message (Collapse)AuthorAge
* Fix #724, standardize variable naming and update unit testsxuri2020-11-11
|
* using Mutex lock and update benchmarkxuri2020-08-16
|
* Add unit test casexuri2020-04-01
|
* optimize code and comments: use println errors instead of panicxuri2020-01-03
|
* optimization: checking error in unit testsxuri2019-12-24
|
* Reduce allocations when writingHarris2019-11-05
Fix #494 If a row is full, don't bother allocating a new one, just return it. Use the last populated row as a hint for the size of new rows. Simplify checkSheet to remove row map