Debian / debiman

debiman generates a static manpage HTML repository out of a Debian archive
Apache License 2.0
188 stars 46 forks source link

Simplify atomic write logic #114

Closed gsquire closed 5 years ago

gsquire commented 5 years ago

This PR removes the io.Writer creation over the buffered writer which already is an io.Writer. It also condenses the compression block removing the double Close call.

stapelberg commented 5 years ago

Thanks!