Rename module to git.gorlug.de/code/golang/ersteller-lib

This commit is contained in:
Achim Rohn
2025-11-15 11:10:52 +01:00
parent e2ce894fd4
commit 3acac94217
41 changed files with 83 additions and 80 deletions
+4 -4
View File
@@ -2,11 +2,11 @@ package main
import (
"context"
"ersteller-lib/schema/ent/example/ent"
"ersteller-lib/schema/ent/example/ent/group"
"ersteller-lib/schema/ent/example/ent/todo"
"ersteller-lib/schema/ent/example/ent/user"
"fmt"
"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"