初始化

This commit is contained in:
SunYF
2026-08-28 14:07:22 +08:00
parent a185247ab1
commit b34325a16f
971 changed files with 291 additions and 220360 deletions
-14
View File
@@ -1,14 +0,0 @@
//go:build tools
package tools
// 此文件仅用于锁定 codegen 工具依赖,不参与业务编译。
// go mod tidy 会将这些依赖写入 go.mod。
import (
_ "ariga.io/atlas/sql/sqltool"
_ "entgo.io/ent/dialect/sql/schema"
_ "entgo.io/ent/entc"
_ "entgo.io/ent/entc/gen"
_ "github.com/go-openapi/inflect"
_ "golang.org/x/tools/go/packages"
)