Created
January 10, 2021 16:11
-
-
Save takumakei/6c13d7e8b0ccfcfac5dd742b0fe51a00 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// +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" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment