Skip to content

Commit

Permalink
Temporarily undo deprecation of //proto:go_grpc (#3818)
Browse files Browse the repository at this point in the history
Until Gazelle emits `go_grpc_library`.
  • Loading branch information
fmeum committed Jan 7, 2024
1 parent 77c58e0 commit 8beaf2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proto/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ go_proto_compiler(

go_proto_compiler(
name = "go_grpc",
deprecation = "Migrate to //proto:go_grpc_v2 compiler (which you'll get automatically if you use the go_grpc_library() rule).",
# TODO: Bring back the deprecation once Gazelle emits go_grpc_library.
# deprecation = "Migrate to //proto:go_grpc_v2 compiler (which you'll get automatically if you use the go_grpc_library() rule).",
options = ["plugins=grpc"],
plugin = "@com_github_golang_protobuf//protoc-gen-go",
visibility = ["//visibility:public"],
Expand Down

0 comments on commit 8beaf2e

Please sign in to comment.