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

fix issue #875 #909

Merged
merged 9 commits into from
Dec 9, 2020
Merged

fix issue #875 #909

merged 9 commits into from
Dec 9, 2020

Commits on Jun 3, 2020

  1. 🐞 panic in fs.go #824

    wernerr committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    a8e376c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. fix issue #875

    Signed-off-by: Kirill Danshin <kirill@danshin.pro>
    kirillDanshin committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    61f1899 View commit details
    Browse the repository at this point in the history
  2. improve issue 875

    Co-authored-by: Fenny <fenny@gofiber.io>
    ReneWerner87 and Fenny committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    2f8c21c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08ece7c View commit details
    Browse the repository at this point in the history
  4. Update header.go

    ReneWerner87 authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    a5faaee View commit details
    Browse the repository at this point in the history
  5. Update header.go

    Co-authored-by: Kirill Danshin <kirill@danshin.pro>
    ReneWerner87 and kirillDanshin authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    49ca9f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f80bf2d View commit details
    Browse the repository at this point in the history
  7. remove foldReplacer

    kirillDanshin authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    ec32a6e View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Improve removeNewLines

    Start replacing at the first character found, use bytes.Indexbyte to
    make the function signature more logical. Both bytes.indexByte and
    strings.IndexByte use exactly the same code:
    https://github.com/golang/go/blob/0c703b37dffe74d3fffc04347884bb0ee2fba5b3/src/internal/bytealg/indexbyte_amd64.s#L8-L20
    erikdubbelboer committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    2db34a4 View commit details
    Browse the repository at this point in the history