| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 29 hours | Move to /api/version | xengineering | |
| The old /version endpoint was moved. It should be part of the API and it is intended that everything not part of /api/* is a static web site which is also served by the Go server. | |||
| 29 hours | Remove / and hello() handler | xengineering | |
| This was just for demonstration purposes. | |||
| 29 hours | Add handlers.go | xengineering | |
| 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. | |||
