Skip to content
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

Closed
hnsl opened this issue Sep 28, 2015 · 8 comments
Closed

golang support #182

hnsl opened this issue Sep 28, 2015 · 8 comments

Comments

@hnsl
Copy link

hnsl commented Sep 28, 2015

It would be nice to have some wrapper or native implementation for golang.

@gyf19
Copy link

gyf19 commented Sep 29, 2015

+1

@fxfactorial
Copy link

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.

@maximecaron
Copy link

+1

1 similar comment
@beauhoyt
Copy link

+1

@kothar
Copy link

kothar commented Oct 25, 2015

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.

https://github.com/kothar/brotli-go

@dsnet
Copy link
Contributor

dsnet commented Oct 28, 2015

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.

@gyf19
Copy link

gyf19 commented Oct 31, 2015

Cool

@anurag
Copy link

anurag commented Apr 28, 2019

https://github.com/andybalholm/brotli is a pure Go encoder and decoder.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants