load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "shared", srcs = ["shared.go"], embedsrcs = [ "testdata/a.txt", "testdata/b.txt", "testdata/c.txt", ], importpath = "edge-infra.dev/test/f2/examples/embed/sharingdata/shared", visibility = ["//visibility:public"], )