Open asmaloney opened 1 week ago
Hey. I replied in https://github.com/mailgun/mailgun-go/issues/322#issuecomment-2348634829
What's this used for?
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 - https://github.com/mailgun/mailgun-go/pull/323#issuecomment-2436746819
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!