...

Text file src/edge-infra.dev/test/f2/x/bslauth/BUILD.bazel

Documentation: edge-infra.dev/test/f2/x/bslauth

     1load("@io_bazel_rules_go//go:def.bzl", "go_library")
     2
     3go_library(
     4    name = "bslauth",
     5    srcs = [
     6        "bslauth.go",
     7        "doc.go",
     8    ],
     9    importpath = "edge-infra.dev/test/f2/x/bslauth",
    10    visibility = ["//visibility:public"],
    11    deps = [
    12        "//test/f2",
    13        "//test/f2/fctx",
    14    ],
    15)

View as plain text