Documentation
¶
Overview ¶
Package brotli wraps the Brotli implementation used for compression, keeping the rest of the module independent of the underlying library.
The implementation is github.com/andybalholm/brotli, the established pure-Go port of the reference implementation: a compression codec is correctness critical and maintained upstream, so it is wrapped rather than rewritten. Its one extra module requirement is test-only and does not reach builds.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.