From 3a41420edc78dc7e058aa78019a424697cb8d041 Mon Sep 17 00:00:00 2001 From: Violin <6880156+violin0622@users.noreply.github.com> Date: Tue, 7 May 2024 12:04:13 +0800 Subject: [PATCH] style: sort imports --- grpcurl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grpcurl.go b/grpcurl.go index 24e666f6..8e79f6eb 100644 --- a/grpcurl.go +++ b/grpcurl.go @@ -25,10 +25,10 @@ import ( "github.com/jhump/protoreflect/desc/protoprint" "github.com/jhump/protoreflect/dynamic" "google.golang.org/grpc" - _ "google.golang.org/grpc/health" // import grpc/health to enable transparent client side checking "google.golang.org/grpc/credentials" "google.golang.org/grpc/credentials/insecure" xdsCredentials "google.golang.org/grpc/credentials/xds" + _ "google.golang.org/grpc/health" // import grpc/health to enable transparent client side checking "google.golang.org/grpc/metadata" protov2 "google.golang.org/protobuf/proto" "google.golang.org/protobuf/types/descriptorpb"