Skip to content

Commit

Permalink
chore: fix go library package name
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 523142753
  • Loading branch information
Google APIs authored and copybara-github committed Apr 10, 2023
1 parent 4a9f933 commit 7a7cfac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/eventarc/publishing/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ go_gapic_library(
name = "publishing_go_gapic",
srcs = [":publishing_proto_with_info"],
grpc_service_config = "eventarcpublishing_grpc_service_config.json",
importpath = "cloud.google.com/go/eventarc/publishing/apiv1;publisher",
importpath = "cloud.google.com/go/eventarc/publishing/apiv1;publishing",
metadata = True,
release_level = "beta",
rest_numeric_enums = True,
Expand Down

0 comments on commit 7a7cfac

Please sign in to comment.