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

This commit is contained in:
Achim Rohn
2025-11-15 11:36:56 +01:00
parent 4c892c5828
commit a1b93c0eba
86 changed files with 253 additions and 251 deletions
+4 -4
View File
@@ -3,10 +3,10 @@
package ent
import (
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/googleauth"
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/schema"
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/todo"
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/user"
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/googleauth"
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/schema"
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/todo"
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/user"
"time"
)