From 8e9889d3e5b2874854832d1d882d124132546f49 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Sat, 27 Jun 2026 22:34:36 +0200 Subject: add package pathrouter --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index e840bb5..ee306fa 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ My personal extension of the standard library. ### Addons for net/http - [assetembed](./assetembed/): HTTP handler for efficiently serving embedded assets using the cache-busting pattern +- [pathrouter](./pathrouter/): HTTP router that differentiates endpoints based on paths without any regex matching ### Addons for testing -- cgit v1.3.1