...

Text file src/edge-infra.dev/pkg/f8n/devinfra/github/oauth/devicecode/BUILD.bazel

Documentation: edge-infra.dev/pkg/f8n/devinfra/github/oauth/devicecode

     1load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")
     2
     3go_library(
     4    name = "devicecode",
     5    srcs = ["devicecode.go"],
     6    importpath = "edge-infra.dev/pkg/f8n/devinfra/github/oauth/devicecode",
     7    visibility = ["//visibility:public"],
     8)
     9
    10go_test(
    11    name = "devicecode_test",
    12    srcs = ["devicecode_test.go"],
    13    embed = [":devicecode"],
    14)

View as plain text