| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 31 hours | Log HTTP URL | xengineering | |
| 3 days | Fix stop message | xengineering | |
| 3 days | Add HTTP-based hello world | xengineering | |
| This demonstrates the HTTP server is working. | |||
| 3 days | Add github.com/gorilla/mux v1.8.1 | xengineering | |
| This should be used for the HTTP routing. | |||
| 3 days | Log start and stop of server | xengineering | |
| 3 days | 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. | |||
| 3 days | Add Go hello world program | xengineering | |
| This is a starting point to build the server. | |||
| 3 days | Add go.mod file | xengineering | |
| This makes the repository a Go module which is required to fetch dependencies. | |||
| 3 days | Add README.md | xengineering | |
| This explains the purpose of the project. | |||
| 3 days | Add Mozilla Public License 2.0 | xengineering | |
