Revert "Add the module name after the path to the repo and simply name it ersteller"

This reverts commit a1b93c0eba.
This commit is contained in:
Achim Rohn
2025-11-15 11:38:04 +01:00
parent a1b93c0eba
commit 7c69f163b6
86 changed files with 251 additions and 253 deletions
+4 -4
View File
@@ -3,10 +3,10 @@ package main
import (
"context"
"fmt"
"git.gorlug.de/code/golang/ersteller-lib/ersteller/schema/ent/example/ent"
"git.gorlug.de/code/golang/ersteller-lib/ersteller/schema/ent/example/ent/group"
"git.gorlug.de/code/golang/ersteller-lib/ersteller/schema/ent/example/ent/todo"
"git.gorlug.de/code/golang/ersteller-lib/ersteller/schema/ent/example/ent/user"
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent"
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/group"
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/todo"
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/user"
"log"
"time"