migrated out env module and moved config to internal

This commit is contained in:
2026-01-02 19:12:42 +11:00
parent 6dd80ee7b6
commit 1bcdf0e813
13 changed files with 30 additions and 120 deletions

View File

@@ -4,10 +4,10 @@ import (
"database/sql"
"net/http"
"projectreshoot/internal/config"
"projectreshoot/internal/handler"
"projectreshoot/internal/middleware"
"projectreshoot/internal/view/page"
"projectreshoot/pkg/config"
"git.haelnorr.com/h/golib/hlog"
"git.haelnorr.com/h/golib/jwt"

View File

@@ -7,8 +7,8 @@ import (
"net/http"
"time"
"projectreshoot/internal/config"
"projectreshoot/internal/middleware"
"projectreshoot/pkg/config"
"git.haelnorr.com/h/golib/hlog"
"git.haelnorr.com/h/golib/jwt"