Changed module name.
This commit is contained in:
parent
f3545473af
commit
a986686247
59 changed files with 152 additions and 134 deletions
|
|
@ -4,9 +4,11 @@ package enttest
|
|||
|
||||
import (
|
||||
"context"
|
||||
"goweb/ent"
|
||||
|
||||
"github.com/mikestefanello/pagoda/ent"
|
||||
|
||||
// required by schema hooks.
|
||||
_ "goweb/ent/runtime"
|
||||
_ "github.com/mikestefanello/pagoda/ent/runtime"
|
||||
|
||||
"entgo.io/ent/dialect/sql/schema"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue