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

Go: add support for custom compression #968

Merged
merged 5 commits into from
Sep 12, 2023
Merged

Commits on Sep 8, 2023

  1. Go: add support for custom compression

    Adds support for bringing custom compressors and decompressors to the go
    lexer and writer.
    
    For the writer, a ResettableWriteCloser is accepted. For the reader, a
    map of compression format to ResettableReader is accepted. If the reader
    implements io.Closer we'll call that on file close.
    Wyatt Alt committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    44cd3f7 View commit details
    Browse the repository at this point in the history
  2. comments

    Wyatt Alt committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    f0597db View commit details
    Browse the repository at this point in the history
  3. Linter errors

    Wyatt Alt committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    9d68a25 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Address feedback

    Wyatt Alt committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    0b75f23 View commit details
    Browse the repository at this point in the history
  2. Bump library version

    Wyatt Alt committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    4a3104c View commit details
    Browse the repository at this point in the history