Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
GzipReaderPool is a sync.Pool of gzip.Reader.
View Source
var GzipWriterPool = sync.Pool{ New: func() any { return gzip.NewWriter(io.Discard) }, }
GzipWriterPool is a sync.Pool of gzip.Writer.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.