Documentation
¶
Overview ¶
Package internal contains code internal to the encoding package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RegisterCompressorForTesting any // func RegisterCompressor(c Compressor) func()
RegisterCompressorForTesting registers a compressor in the global compressor registry. It returns a cleanup function that should be called at the end of the test to unregister the compressor.
This prevents compressors registered in one test from appearing in the encoding headers of subsequent tests.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.