Skip to content

Commit

Permalink
Add //go/private:polyfill_bazel_features.bzl to sources. (#3908)
Browse files Browse the repository at this point in the history
* Add //go/private:polyfill_bazel_features.bzl to sources.

* Fix format
  • Loading branch information
spags-lacework authored Apr 3, 2024
1 parent 2104a88 commit daf15ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion go/private/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,10 @@ bzl_library(

bzl_library(
name = "repositories",
srcs = ["repositories.bzl"],
srcs = [
"polyfill_bazel_features.bzl",
"repositories.bzl",
],
visibility = ["//go:__subpackages__"],
# Don't list dependency on @bazel_tools//tools/build_defs/repo:http.bzl
deps = [
Expand Down

0 comments on commit daf15ef

Please sign in to comment.