Refactor server to go-sqlite and ginext [WIP]

This commit is contained in:
2024-07-16 17:20:00 +02:00
parent 55d0dea835
commit c204dc5a8b
38 changed files with 2545 additions and 1981 deletions
+1
View File
@@ -10,6 +10,7 @@ import (
"fmt"
"github.com/gin-gonic/gin"
"github.com/rs/zerolog/log"
"gogs.mikescher.com/BlackForestBytes/goext/ginext"
"gogs.mikescher.com/BlackForestBytes/goext/langext"
"gogs.mikescher.com/BlackForestBytes/goext/mathext"
"gogs.mikescher.com/BlackForestBytes/goext/timeext"