kshedden / datareader

Read binary SAS (SAS7BDAT) and Stata (dta) files in the Go (Golang) programming language. Also provides command line tools for working with these file formats.
BSD 3-Clause "New" or "Revised" License
22 stars 12 forks source link

if needed data spans onto the next page, read it in before panic #20

Closed mzimmerman closed 4 years ago

mzimmerman commented 4 years ago

Seems to fix #19

codecov-commenter commented 4 years ago

Codecov Report

Merging #20 into master will decrease coverage by 0.13%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
- Coverage   51.34%   51.20%   -0.14%     
==========================================
  Files           5        5              
  Lines        2238     2244       +6     
==========================================
  Hits         1149     1149              
- Misses        855      860       +5     
- Partials      234      235       +1     
Impacted Files Coverage Δ
sas7bdat.go 64.43% <0.00%> (-0.46%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4a9c1fb...1b5aee6. Read the comment docs.

kshedden commented 4 years ago

Thanks @mzimmerman, merged