mirror of
https://github.com/talent-plan/tinykv.git
synced 2025-01-13 13:50:43 +08:00
9 lines
132 B
Go
9 lines
132 B
Go
|
// +build modguard
|
||
|
|
||
|
package tools
|
||
|
|
||
|
import (
|
||
|
_ "github.com/gogo/protobuf/protoc-gen-gofast"
|
||
|
_ "golang.org/x/tools/cmd/goimports"
|
||
|
)
|