1**Note:** The cgo directory contains a collection of cgo wrappers over the
2canonical C implementation for each compression format. These cgo wrappers are
3only used by the fuzzer and bench tools to test for correctness and performance
4of the Go implementations relative to the C implementations.
5There are no unit tests for each wrapper since they are thoroughly tested by
6the aforementioned tools.
7