blob: 4756da49a4ed675702732ca814b65b8884a37d85 [file] [log] [blame]
load("@io_bazel_rules_go//extras:bindata.bzl", "bindata")
load("@io_bazel_rules_go//go:def.bzl", "go_library")
bindata(
name = "templates_bindata",
srcs = glob(["*"]),
extra_args = ["."],
package = "templates",
)
go_library(
name = "go_default_library",
srcs = [
":templates_bindata", # keep
],
importpath = "code.hackerspace.pl/hscloud/bgpwtf/invoice/templates", # keep
visibility = ["//bgpwtf/invoice:__subpackages__"],
)