chore: codacy

This commit is contained in:
Andrey Melnikov 2020-12-18 20:17:07 -08:00
parent 76ecdcfb70
commit 3a5fc3894b

View File

@ -3,8 +3,12 @@
package corehelper
import (
// this is for finding the package versions
_ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway"
// this is for finding the package versions
_ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2"
// this is for finding the package versions
_ "google.golang.org/grpc/cmd/protoc-gen-go-grpc"
// this is for finding the package versions
_ "google.golang.org/protobuf/cmd/protoc-gen-go"
)