first commit
This commit is contained in:
9
backend/tools.go
Normal file
9
backend/tools.go
Normal file
@@ -0,0 +1,9 @@
|
||||
//go:build tools
|
||||
// +build tools
|
||||
|
||||
package tools
|
||||
|
||||
import (
|
||||
_ "entgo.io/ent/cmd/ent"
|
||||
_ "github.com/google/wire/cmd/wire"
|
||||
)
|
||||
Reference in New Issue
Block a user