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

zip: Add fs.FS support for Go 1.16+ #432

Merged
merged 9 commits into from Sep 6, 2021
Merged

Commits on Sep 1, 2021

  1. zip: Add fs.FS support for Go 1.16+

    Change writer api to match stdlib as well.
    klauspost committed Sep 1, 2021
    Copy the full SHA
    f81876a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f647150 View commit details
    Browse the repository at this point in the history
  3. Revert "Remove 4 byte initial matching."

    This reverts commit f647150.
    klauspost committed Sep 1, 2021
    Copy the full SHA
    e3e1719 View commit details
    Browse the repository at this point in the history
  4. More +build

    klauspost committed Sep 1, 2021
    Copy the full SHA
    478c15e View commit details
    Browse the repository at this point in the history
  5. Guard the obscure

    klauspost committed Sep 1, 2021
    Copy the full SHA
    8548446 View commit details
    Browse the repository at this point in the history
  6. Separate writer.go

    klauspost committed Sep 1, 2021
    Copy the full SHA
    20d220e View commit details
    Browse the repository at this point in the history
  7. Fix alias

    klauspost committed Sep 1, 2021
    Copy the full SHA
    ce8ce31 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    dcffe60 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Copy the full SHA
    3a235fd View commit details
    Browse the repository at this point in the history