mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-05-01 06:11:46 +00:00
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