amazon-ion / ion-go

A Go implementation of Amazon Ion.
https://amazon-ion.github.io/ion-docs/
Apache License 2.0
175 stars 31 forks source link

Fix for empty lobs #86

Closed R-maan closed 4 years ago

R-maan commented 4 years ago

Resolves #82

When we are reading an empty Lob, the len is 0 and it causes b.readN(b.len) to return nil.