Chi-like syntactic sugar layer on top of stdlib http.ServeMux
This code defines a lightweight router in Go that adds a Chi-like syntactic sugar layer on top of the standard library's `http.ServeMux`. It provides method-specific routing (GET, POST, PUT, DELETE, e…