...

Text file src/edge-infra.dev/pkg/tools/ci-billing/commands/BUILD.bazel

Documentation: edge-infra.dev/pkg/tools/ci-billing/commands

     1load("@io_bazel_rules_go//go:def.bzl", "go_library")
     2
     3go_library(
     4    name = "commmands",
     5    importpath = "edge-infra.dev/pkg/tools/ci-billing/commands",
     6    visibility = ["//visibility:private"],
     7    deps = [
     8    ],
     9)

View as plain text