1
0
This commit is contained in:
Your Name
2024-02-21 09:16:45 +00:00
committed by syui
parent f7df1224e0
commit 8c6be8273e
74 changed files with 318 additions and 217 deletions

View File

@ -3,12 +3,12 @@
package enttest
import (
"api/ent"
"context"
"t/ent"
// required by schema hooks.
_ "t/ent/runtime"
_ "api/ent/runtime"
"t/ent/migrate"
"api/ent/migrate"
"entgo.io/ent/dialect/sql/schema"
)