aboutsummaryrefslogtreecommitdiff
path: root/monzero.go
AgeCommit message (Collapse)AuthorFilesLines
2023-09-05add debug log support for the checkerGibheer1-0/+13
This makes it possible to use this library and get a debug checker output.
2021-12-02add basic infrastructure for writing a checkerGibheer1-0/+150
These are the first components to interact with the database in a predefined way to write a checker instance. CheckExec serves as an example implementing the Executor interface.