summaryrefslogtreecommitdiff
path: root/handlers.go
AgeCommit message (Collapse)Author
31 hoursAdd handlers.goxengineering
This keeps the HTTP handlers in a separate file which registers the routes in an init() function. The main execution flow is still maintained in a now minimal main.go.