...

Text file src/edge-infra.dev/third_party/gopherage/cmd/html/BUILD.bazel

Documentation: edge-infra.dev/third_party/gopherage/cmd/html

     1load("@io_bazel_rules_go//go:def.bzl", "go_library")
     2
     3go_library(
     4    name = "html",
     5    srcs = ["html.go"],
     6    embedsrcs = [
     7        "static/browser.html",
     8        "static/browser_bundle.es2015.js",
     9    ],
    10    importpath = "edge-infra.dev/third_party/gopherage/cmd/html",
    11    visibility = ["//visibility:public"],
    12    deps = ["@com_github_spf13_cobra//:cobra"],
    13)

View as plain text