load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "html", srcs = ["html.go"], embedsrcs = [ "static/browser.html", "static/browser_bundle.es2015.js", ], importpath = "edge-infra.dev/third_party/gopherage/cmd/html", visibility = ["//visibility:public"], deps = ["@com_github_spf13_cobra//:cobra"], )