fix: update Go viewport Bazel importpath to be consistent with go_package

PiperOrigin-RevId: 522145946
pull/792/head
Google APIs 2 years ago committed by Copybara-Service
parent ec2884fb2c
commit f07100f48e
  1. 2
      google/geo/type/BUILD.bazel

@ -45,7 +45,7 @@ java_gapic_assembly_gradle_pkg(
##############################################################################
go_proto_library(
name = "viewport_go_proto",
importpath = "google.golang.org/genproto/googleapis/geo/type",
importpath = "google.golang.org/genproto/googleapis/geo/type/viewport",
protos = [":viewport_proto"],
deps = ["//google/type:latlng_go_proto"],
)

Loading…
Cancel
Save