URL path using Gorilla Mux or Httprouter?

  1. What if the path is dynamic (Url.Path)? Like /{path}/ instead of /product/?
  2. How to handle GET, PUT, DELETE and UPDATE? (REST API)

My main question is about avoiding static path. I have over 600 endpoints, Static endpoints (paths) may be hard to manage.