blob: d773b29499d04816aac5cba46b451b03dfba86b7 [file] [log] [blame] [edit]
load("//bazel:proto_library.bzl", "proto_library")
filegroup(
name = "go_features_proto_srcs",
srcs = ["google/protobuf/go_features.proto"],
visibility = ["//:__subpackages__"],
)
proto_library(
name = "go_features_proto",
srcs = ["google/protobuf/go_features.proto"],
strip_import_prefix = "/go",
visibility = [
"//pkg:__pkg__",
],
deps = ["//:descriptor_proto"],
)