aboutsummaryrefslogtreecommitdiff
path: root/cmd/monfront/server.go
AgeCommit message (Collapse)AuthorFilesLines
2023-08-17prepare switch to log/slogGibheer1-1/+44
This commit prepares the switch from log to log/slog, which was introduced in Go 1.21. slog provides some useful facilities to add metadata to log entries, which should be helpful for debugging problems. This commit also adds a small transaction ID generator. It provides a common identifier between log messages, so that multiple errors can be viewed together in their order.
2022-12-15monfront - add basic interface to create some entitiesGibheer1-0/+2
2021-12-02cmd/monfront - import monfront from separate repositoryGibheer1-0/+153
This is the import from the separate monfront repository. The history could not be imported, but this should suffice.