Declare dependencies of go generate and run go mod tidy
This commit is contained in:
5
pkg/model/ent/generate_dependencies.go
Normal file
5
pkg/model/ent/generate_dependencies.go
Normal file
@@ -0,0 +1,5 @@
|
||||
//+build tools
|
||||
|
||||
package ent
|
||||
|
||||
import _ "entgo.io/ent/cmd/ent"
|
||||
Reference in New Issue
Block a user