mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-09-26 17:51:13 +08:00
chore: codacy
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
Reference in New Issue
Block a user