blugelabs / bluge

indexing library for Go
Apache License 2.0
1.88k stars 122 forks source link

should Writer's Reader() method return err? #35

Open mschoch opened 3 years ago

mschoch commented 3 years ago

Currently it returns (*Reader, error), but it the error is always nil.