| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-21 | Add github.com/gorilla/mux v1.8.1 | xengineering | |
| This should be used for the HTTP routing. | |||
| 2026-05-21 | Log start and stop of server | xengineering | |
| 2026-05-21 | Introduce run() function | xengineering | |
| This function should be called by main but can also be called by a unit test to run a server which might have different arguments which will likely be added. | |||
| 2026-05-21 | Add Go hello world program | xengineering | |
| This is a starting point to build the server. | |||
| 2026-05-21 | Add go.mod file | xengineering | |
| This makes the repository a Go module which is required to fetch dependencies. | |||
| 2026-05-21 | Add README.md | xengineering | |
| This explains the purpose of the project. | |||
| 2026-05-21 | Add Mozilla Public License 2.0 | xengineering | |
