mark2web/vendor/github.com/andybalholm/brotli/README.md
Sebastian Frank 5cdc4203b7
Some checks failed
continuous-integration/drone/push Build is failing
brotli without cgo
2022-02-28 10:44:20 +01:00

383 B

This package is a brotli compressor and decompressor implemented in Go. It was translated from the reference implementation (https://github.com/google/brotli) with the c2go tool at https://github.com/andybalholm/c2go.

I am using it in production with https://github.com/andybalholm/redwood.

API documentation is found at https://pkg.go.dev/github.com/andybalholm/brotli?tab=doc.