summaryrefslogtreecommitdiff
path: root/storage.go
AgeCommit message (Collapse)Author
2023-02-11Remove most function-inline commentsxengineering
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-11Apply go fmt *.goxengineering
This auto-applies the recommended Go codestyle.
2023-02-11Migrate storage.go to global configxengineering
2023-02-08Move all sources to package mainxengineering
This project is not so big that it needs multiple packages.