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 | Migrate storage.go to global config | xengineering | |
2023-02-08 | Move all sources to package main | xengineering | |
This project is not so big that it needs multiple packages. |