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

@@ -7,9 +7,9 @@ import (
"fmt"
"log"
"ALHP.go/ent/migrate"
"ALHP.GO/ent/migrate"
"ALHP.go/ent/dbpackage"
"ALHP.GO/ent/dbpackage"
"entgo.io/ent/dialect"
"entgo.io/ent/dialect/sql"

View File

@@ -8,7 +8,7 @@ import (
"strings"
"time"
"ALHP.go/ent/dbpackage"
"ALHP.GO/ent/dbpackage"
"entgo.io/ent/dialect/sql"
)

View File

@@ -5,7 +5,7 @@ package dbpackage
import (
"time"
"ALHP.go/ent/predicate"
"ALHP.GO/ent/predicate"
"entgo.io/ent/dialect/sql"
)

View File

@@ -8,7 +8,7 @@ import (
"fmt"
"time"
"ALHP.go/ent/dbpackage"
"ALHP.GO/ent/dbpackage"
"entgo.io/ent/dialect/sql/sqlgraph"
"entgo.io/ent/schema/field"
)

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"

View File

@@ -8,8 +8,8 @@ import (
"fmt"
"math"
"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"

View File

@@ -7,8 +7,8 @@ import (
"fmt"
"time"
"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"

View File

@@ -6,7 +6,7 @@ import (
"errors"
"fmt"
"ALHP.go/ent/dbpackage"
"ALHP.GO/ent/dbpackage"
"entgo.io/ent"
"entgo.io/ent/dialect/sql"
)

View File

@@ -5,9 +5,9 @@ package enttest
import (
"context"
"ALHP.go/ent"
"ALHP.GO/ent"
// required by schema hooks.
_ "ALHP.go/ent/runtime"
_ "ALHP.GO/ent/runtime"
"entgo.io/ent/dialect/sql/schema"
)

View File

@@ -6,7 +6,7 @@ import (
"context"
"fmt"
"ALHP.go/ent"
"ALHP.GO/ent"
)
// The DbPackageFunc type is an adapter to allow the use of ordinary

View File

@@ -8,8 +8,8 @@ import (
"sync"
"time"
"ALHP.go/ent/dbpackage"
"ALHP.go/ent/predicate"
"ALHP.GO/ent/dbpackage"
"ALHP.GO/ent/predicate"
"entgo.io/ent"
)

View File

@@ -3,8 +3,8 @@
package ent
import (
"ALHP.go/ent/dbpackage"
"ALHP.go/ent/schema"
"ALHP.GO/ent/dbpackage"
"ALHP.GO/ent/schema"
)
// The init function reads all schema descriptors with runtime code

View File

@@ -2,7 +2,7 @@
package runtime
// The schema-stitching logic is generated in ALHP.go/ent/runtime.go
// The schema-stitching logic is generated in ALHP.GO/ent/runtime.go
const (
Version = "v0.9.1" // Version of ent codegen.