refactor(backend): 引入 Wire 重构服务启动与依赖组装
This commit is contained in:
8
backend/tools.go
Normal file
8
backend/tools.go
Normal file
@@ -0,0 +1,8 @@
|
||||
//go:build tools
|
||||
// +build tools
|
||||
|
||||
package tools
|
||||
|
||||
import (
|
||||
_ "github.com/google/wire/cmd/wire"
|
||||
)
|
||||
Reference in New Issue
Block a user