Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: felixge/httpsnoop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: felixge/httpsnoop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: boekkooi-impossiblecloud/master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 13 files changed
  • 2 contributors

Commits on May 21, 2026

  1. feat: add support for io.StringWriter

    The interface was added to the io package in go 1.12.
    
     Related to:
     - https://go.dev/doc/go1.12#iopkgio
     - golang/go@33d531d
    boekkooi-impossiblecloud committed May 21, 2026
    Configuration menu
    Copy the full SHA
    56b12df View commit details
    Browse the repository at this point in the history

Commits on May 22, 2026

  1. chore: support go 1.25 and up

    Following the same policy as golang.
    See https://go.dev/doc/devel/release#policy
    boekkooi-impossiblecloud committed May 22, 2026
    Configuration menu
    Copy the full SHA
    5700219 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8de33ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17c2a0b View commit details
    Browse the repository at this point in the history
  4. refactor: invoke middleware func once

    This removes allocation for each Write call
    boekkooi-impossiblecloud committed May 22, 2026
    Configuration menu
    Copy the full SHA
    49a31ed View commit details
    Browse the repository at this point in the history
  5. refactor: reduce allocation by defining types

    A type is now created for each possible interface combination. Allowing Wrap to so a single allocation.
    boekkooi-impossiblecloud committed May 22, 2026
    Configuration menu
    Copy the full SHA
    d9d9687 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc873b9 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2026

  1. Configuration menu
    Copy the full SHA
    003a654 View commit details
    Browse the repository at this point in the history
Loading