Fix lint errors in server

This commit is contained in:
Arnie
2024-10-25 23:48:28 +02:00
parent 08a45037fa
commit 344d34d3f5
4 changed files with 8 additions and 4 deletions
+2 -1
View File
@@ -7,9 +7,10 @@ import (
"os"
"time"
"go.c3c.cz/cv/app/server/internal/version"
"go.uber.org/zap"
"go.uber.org/zap/zapcore"
"go.c3c.cz/cv/app/server/internal/version"
)
type FrontendConfigDef struct {