Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ErrNotSupported indicates that given algorithm is not supported. ErrNotSupported = Error("not supported") // ErrNilInput indicates that given data is nil. ErrNilInput = Error("nil input") )
View Source
const ( // Gzip is gzip compression Gzip = Algorithm("gzip") )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.