Skip to content

Commit

Permalink
lint: add comment for blank import
Browse files Browse the repository at this point in the history
  • Loading branch information
francoposa committed Jan 6, 2025
1 parent 4459d89 commit 6eb1cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpgrpc/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 6eb1cce

Please sign in to comment.