talent-plan-tinykv/proto/tools/mod_guard.go

9 lines
132 B
Go
Raw Normal View History

2022-01-11 12:11:13 +08:00
// +build modguard
package tools
import (
_ "github.com/gogo/protobuf/protoc-gen-gofast"
_ "golang.org/x/tools/cmd/goimports"
)