mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-03-30 05:43:48 +00: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"
|
|
)
|