go-the-way / exl

Excel binding to struct written in Go.(Only supports Go1.18+)
Other
30 stars 9 forks source link

feat: make test code compatible with go 1.18 and increase coverage to 100% #7

Closed oliverkahrmann-basf closed 11 months ago

oliverkahrmann-basf commented 12 months ago

Collection of test case changes, correction of some edge case handling, test coverage. See each commit message for details.

Fixes #5 and fixes #6.