Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: improve error handling and resource management in gzip utils (
#101) - Simplify error handling by ignoring the error from `gzip.NewWriterLevel` - Reorder `gzPool.Put(gz)` after `gz.Reset(io.Discard)` in the defer function Signed-off-by: appleboy <[email protected]>
- Loading branch information