astrogo / fitsio

fitsio is a pure-Go package to read and write `FITS` files
BSD 3-Clause "New" or "Revised" License
53 stars 24 forks source link

fitsio: do not call f.r.Close in File.Close #33

Closed sbinet closed 6 years ago

sbinet commented 6 years ago

Fixes astrogo/fitsio#32.

sbinet commented 6 years ago

@airnandez PTAL

airnandez commented 6 years ago

Thanks for the modification. Will test again, but cannot do that today. I'm in a hurry preparing a review.

airnandez commented 6 years ago

It looks better now. Thanks for this modification.