mirror of
https://gitee.com/wanwujie/sub2api
synced 2026-04-03 23:12:14 +08:00
9 lines
97 B
Go
9 lines
97 B
Go
|
|
//go:build tools
|
||
|
|
// +build tools
|
||
|
|
|
||
|
|
package tools
|
||
|
|
|
||
|
|
import (
|
||
|
|
_ "github.com/google/wire/cmd/wire"
|
||
|
|
)
|