Replies: 1 comment
-
We use In the fullness of time, we want to migrate the C code to Go, using some kind of Go abstraction layer over the C zlib API. Once we do that, it may be possible to use this library as a Go module. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I notice that it's using a C module to generate indices.
Why not use pure go like standard library is doing?
This design also causes issues like #60
Beta Was this translation helpful? Give feedback.
All reactions