Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-11 | Remove most function-inline comments | xengineering | |
Docstrings for functions are a good thing. But the inside of a function should be written in a way that is self-explaining. Thus inline comments are just extra stuff to maintain and read. | |||
2023-02-11 | Apply go fmt *.go | xengineering | |
This auto-applies the recommended Go codestyle. | |||
2023-02-11 | Rework logging | xengineering | |
Logging during a request is at the moment not really needed. Printing the config to the log was a stupid idea too. | |||
2023-02-09 | Rename runtime_config.go to config.go | xengineering | |
It is shorter. |