Documentation ¶
Overview ¶
Package gzfile provides a blob implementation akin to fileblob, but with (optional) gzip compression to save space.
It does not support any of the signing features or nearly any of the attribute stuff either #dealwithit
Index ¶
Constants ¶
View Source
const Scheme = "gzfile"
Scheme is the URL scheme gzfile registers its URLOpener under on blob.DefaultMux.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReadSeekCloser ¶
A ReadSeekCloser combines the three standard io interfaces.
Click to show internal directories.
Click to hide internal directories.