fix mod name, added tests

This commit is contained in:
2023-03-20 14:34:39 +01:00
parent ed9b8ba70d
commit b8816f910a
15 changed files with 182 additions and 25 deletions

View File

@@ -193,6 +193,7 @@ The `endpoint` is the **Cenophane** server running somewhere and the
- upd: https://docs.gofiber.io/guide/error-handling/ to always use json output
- upctl: get rid of HandleResponse(), used only once anyway
- add form so that public users can upload
- use Writer for output.go so we can unit test the stuff in there