1
0
forked from ALHP/ALHP.GO

fixed package name

This commit is contained in:
2022-02-10 19:18:23 +01:00
parent 89d55a6bfd
commit b92b68f332
17 changed files with 34 additions and 26 deletions

View File

@@ -6,8 +6,8 @@ import (
"context"
"fmt"
"ALHP.go/ent/dbpackage"
"ALHP.go/ent/predicate"
"ALHP.GO/ent/dbpackage"
"ALHP.GO/ent/predicate"
"entgo.io/ent/dialect/sql"
"entgo.io/ent/dialect/sql/sqlgraph"
"entgo.io/ent/schema/field"