tools.go, not sure how this works though!

This commit is contained in:
jamesread 2021-05-25 10:18:49 +01:00
parent d91fddad84
commit dc76ca9a38
1 changed files with 10 additions and 0 deletions

10
tools.go Normal file
View File

@ -0,0 +1,10 @@
// +build tools
package tools
import (
_ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway"
_ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2"
_ "google.golang.org/grpc/cmd/protoc-gen-go-grpc"
_ "google.golang.org/protobuf/cmd/protoc-gen-go"
)