kdomanski / iso9660

A go library for reading and creating ISO9660 images
BSD 2-Clause "Simplified" License
265 stars 43 forks source link

Fix err check against nil #4

Closed mat007 closed 4 years ago

mat007 commented 4 years ago

You probably want if err != nil there.

kdomanski commented 4 years ago

Nice catch, thanks!