tools.go 273 B

12345678
  1. packet tools
  2. import (
  3. _ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway"
  4. _ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2"
  5. _ "google.golang.org/grpc/cmd/protoc-gen-go-grpc"
  6. _ "google.golang.org/protobuf/cmd/protoc-gen-go"
  7. )