-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
golang support #182
Comments
+1 |
You could always write one, the code is not that bad and you can take inspiration from the their python bindings, or my OCaml bindings, https://github.com/fxfactorial/ocaml-brotli/blob/master/src/brotli_stubs.c#L41 and there was a Lua binding available as well. |
+1 |
1 similar comment
+1 |
I've implemented a very limited binding for the BrotliCompressBlock and BrotliDecompressBlock functions. Stream bindings shouldn't be hard, but not sure when I will get to them, so I'd welcome anyone else's contributions in that area. |
And here's another Go Brotli package: https://github.com/dsnet/compress This is written in pure Go, but only implements the decoder for the time being. |
Cool |
https://github.com/andybalholm/brotli is a pure Go encoder and decoder. |
It would be nice to have some wrapper or native implementation for golang.
The text was updated successfully, but these errors were encountered: