This commit is contained in:
2026-05-06 23:21:43 +02:00
parent 1634c4cc0d
commit def67b14e4
6 changed files with 24 additions and 115 deletions
+3 -3
View File
@@ -14,9 +14,9 @@ import (
"github.com/joho/godotenv"
_ "github.com/lib/pq"
"github.com/forgao/forgebucket/internal/api"
"github.com/forgao/forgebucket/internal/config"
"github.com/forgao/forgebucket/web"
"github.com/forgeo/forgebucket/internal/api"
"github.com/forgeo/forgebucket/internal/config"
"github.com/forgeo/forgebucket/web"
)
func main() {