1
0
Fork 0
hscloud/BUILD

21 lines
498 B
Python

# Gazelle settings
load("@bazel_gazelle//:def.bzl", "gazelle")
# Used by //go/workspace tests.
exports_files(["WORKSPACE", "default.nix"])
# gazelle:prefix code.hackerspace.pl/hscloud
# gazelle:go_naming_convention go_default_library
gazelle(
name = "gazelle",
args = [
"-to_macro=third_party/go/repositories.bzl%go_repositories",
],
)
config_setting(
name = "linux",
constraint_values = ["@bazel_tools//platforms:linux"],
visibility = ["//visibility:public"],
)