Versions in this module Expand all Collapse all v1 v1.0.2 Jul 7, 2025 v1.0.1 Jul 7, 2025 v1.0.0 Apr 6, 2025 Changes in this version + func NewFileGzipReader(file string) (io.ReadCloser, error) + type FileGzipReader struct + func (r *FileGzipReader) Close() error + func (r *FileGzipReader) Read(p []byte) (int, error)