refactor: update module name and adjust import paths to legalgo-BE-go

This commit is contained in:
Ardeman
2025-02-27 07:25:25 +08:00
parent 0a87f85358
commit da5b65b582
38 changed files with 100 additions and 79 deletions
+4 -3
View File
@@ -3,9 +3,10 @@ package main
import (
"log"
"github.com/ardeman/project-legalgo-go/config"
"github.com/ardeman/project-legalgo-go/database"
subscribeplandomain "github.com/ardeman/project-legalgo-go/internal/domain/subscribe_plan"
"legalgo-BE-go/config"
"legalgo-BE-go/database"
subscribeplandomain "legalgo-BE-go/internal/domain/subscribe_plan"
"github.com/google/uuid"
"github.com/joho/godotenv"
)