Closed marten-seemann closed 3 years ago
staticcheck is requesting this.
staticcheck
Unfortunately, this is an API breaking change. As far as I can see, we'll only have to update unixfs, but there's no guarantee I didn't miss any other repo.
I'd just tell staticcheck to not lint this. This is like io.EOF, it's not really an error.
io.EOF
In retrospect, we probably should have just returned a "done" boolean...
Changed in #62.
staticcheck
is requesting this.Unfortunately, this is an API breaking change. As far as I can see, we'll only have to update unixfs, but there's no guarantee I didn't miss any other repo.