Skip to content

Instantly share code, notes, and snippets.

@takumakei
Created January 10, 2021 16:11
Show Gist options
  • Save takumakei/6c13d7e8b0ccfcfac5dd742b0fe51a00 to your computer and use it in GitHub Desktop.
Save takumakei/6c13d7e8b0ccfcfac5dd742b0fe51a00 to your computer and use it in GitHub Desktop.
// +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