Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(pgs): use
http.ServeMux
v1.22
This change futher separates `pgs` from most of the other services. One important change is refactoring our web router to use the new `http.ServeMux` router that does a better job of routing with templated strings. Further, we try to leverage the `http.Handler` interface that removes the need to use `context.Context` as much.
- Loading branch information