Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-23 | Switch to http.Handler | xengineering | |
The used `func(http.ResponseWriter, *http.Request)` return values made the HTTP handler factory functions quite unreadable. Thus it is switched to the http.Handler type. | |||
2024-09-11 | Apply go fmt to all source files | xengineering | |
This applies default Go code style recommendations. | |||
2024-05-11 | view: Add unit test for index handler | xengineering | |