Files
golib/archive/compress
Salim Amine Bou Aram cd083bb53f Package archive/helper
- adding package to compress/uncompress with reader or writer
- refactor to allowing to use same source of io as result: io.reader or io.writer
- optimize code & buf to limit mem use
- rework variable to be thread safe

Package archive/compress
- add function DetectOnly to detect algo and return an updated reader but not the decompressor reader
- update function Detect to use DetectOnly to limit duplication code

Other
- bump dependencies
2024-11-27 17:23:14 +01:00
..
2024-04-02 09:12:31 +02:00
2024-11-27 17:23:14 +01:00
2024-04-02 09:12:31 +02:00
2024-11-27 17:23:14 +01:00