We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was surprised to see chi in my dependencies and traced it to mailgun.
What's this used for?
Could it be replaced by go 1.22's new routing?
Thanks!
The text was updated successfully, but these errors were encountered:
Hey. I replied in #322 (comment)
It's used for mocks(don't ask why it's not a part of _test), and mocks are used by a lot of people - #323 (comment)
Sorry, something went wrong.
@asmaloney, I replied in #322 (comment) why 1.22's new routing is bad. But you can write some wrapper above it, e.g.:
type T struct { Method string Path/Pattern string Handler http.HandlerFunc }
So feel free to create a PR.
No branches or pull requests
I was surprised to see chi in my dependencies and traced it to mailgun.
What's this used for?
Could it be replaced by go 1.22's new routing?
Thanks!
The text was updated successfully, but these errors were encountered: