initial rewrite, use micro v4 and not cms-xxx stuff

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2023-08-11 21:27:38 +03:00
parent b0f76d9bac
commit 2ef12956ac
22 changed files with 666 additions and 1036 deletions

View File

@@ -19,5 +19,4 @@ func main() {
if err = svc.Run(); err != nil {
logger.Fatal(ctx, err)
}
}