Skip to content

[FEATURE] replace brotli dependancy with pure go implementation #46

@chipitsine

Description

@chipitsine

What feature would you like?

Currently the brotli dependency is based on the CGO wrapper of brotli (https://github.com/google/brotli/tree/master/go) maybe just for historical reasons.

But now it exists a pure Go implementation https://github.com/andybalholm/brotli that does not need to have all the burden of linking and maintaining the submodule of the CGO wrapper.

Why is this feature useful?

No response

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions