Merge branch 'main' of github.com:ardeman/project-legalgo-go

This commit is contained in:
ericprd
2025-03-06 11:07:04 +08:00
1783 changed files with 692916 additions and 21 deletions
+2 -1
View File
@@ -60,10 +60,11 @@ func run(
func main() {
app := fx.New(
config.Module,
database.Module,
repository.Module,
internalhttp.Module,
services.Module,
internalhttp.Module,
fx.Invoke(run),
)