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
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