...

Text file src/edge-infra.dev/hack/build/rules/gazelle/constants/BUILD.bazel

Documentation: edge-infra.dev/hack/build/rules/gazelle/constants

     1load("@io_bazel_rules_go//go:def.bzl", "go_library")
     2
     3go_library(
     4    name = "constants",
     5    srcs = ["resolve.go"],
     6    importpath = "edge-infra.dev/hack/build/rules/gazelle/constants",
     7    visibility = ["//visibility:public"],
     8    deps = [
     9        "@bazel_gazelle//language:go_default_library",
    10        "@com_github_bazelbuild_buildtools//build",
    11        "@com_github_bazelbuild_buildtools//file",
    12    ],
    13)

View as plain text