Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-08-17 | prepare switch to log/slog | Gibheer | 1 | -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-15 | monfront - add basic interface to create some entities | Gibheer | 1 | -0/+2 | |
2021-12-02 | cmd/monfront - import monfront from separate repository | Gibheer | 1 | -0/+153 | |
This is the import from the separate monfront repository. The history could not be imported, but this should suffice. |