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

Use net/http router instead of chi #215

Merged
merged 1 commit into from
Oct 15, 2024
Merged

Conversation

robherley
Copy link
Owner

With the routing enhancements introduced in go 1.22:

We no longer need a separate router dependency, and can rely on the standard library.

Related, the metric path is no longer emitted, and instead it's pattern.

@robherley robherley merged commit 28efebb into main Oct 15, 2024
5 checks passed
@robherley robherley deleted the robherley/use-std-routing branch October 15, 2024 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant