load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "bslauth", srcs = [ "bslauth.go", "doc.go", ], importpath = "edge-infra.dev/test/f2/x/bslauth", visibility = ["//visibility:public"], deps = [ "//test/f2", "//test/f2/fctx", ], )