...

Text file src/edge-infra.dev/test/f2/examples/embed/sharingdata/shared/BUILD.bazel

Documentation: edge-infra.dev/test/f2/examples/embed/sharingdata/shared

     1load("@io_bazel_rules_go//go:def.bzl", "go_library")
     2
     3go_library(
     4    name = "shared",
     5    srcs = ["shared.go"],
     6    embedsrcs = [
     7        "testdata/a.txt",
     8        "testdata/b.txt",
     9        "testdata/c.txt",
    10    ],
    11    importpath = "edge-infra.dev/test/f2/examples/embed/sharingdata/shared",
    12    visibility = ["//visibility:public"],
    13)

View as plain text