brotli

package
v1.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 13, 2026 License: MIT Imports: 7 Imported by: 0

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

func MakeBrotliData

func MakeBrotliData(ctx context.Context, data []byte) ([]byte, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL