From 6eb1cce03889e83bf91c0237c4b24e66a2590ae5 Mon Sep 17 00:00:00 2001 From: francoposa Date: Mon, 6 Jan 2025 14:00:52 -0800 Subject: [PATCH] lint: add comment for blank import --- httpgrpc/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpgrpc/init.go b/httpgrpc/init.go index 933239498..c272b506e 100644 --- a/httpgrpc/init.go +++ b/httpgrpc/init.go @@ -3,7 +3,7 @@ package httpgrpc import ( "github.com/CrowdStrike/csproto" "google.golang.org/grpc/encoding" - _ "google.golang.org/grpc/encoding/proto" + _ "google.golang.org/grpc/encoding/proto" // to register the Codec for "proto" ) func init() {