You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't imagine what error NewWriter could return.
It should probably not return one.
The doc comment on Decompressor talks about receiving
a (zero, nil) from Read. Surely it means (0, io.EOF).