load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["render.go"], importmap = "go-common/vendor/github.com/smartystreets/assertions/internal/go-render/render", importpath = "github.com/smartystreets/assertions/internal/go-render/render", visibility = ["//vendor/github.com/smartystreets/assertions:__subpackages__"], ) filegroup( name = "package-srcs", srcs = glob(["**"]), tags = ["automanaged"], visibility = ["//visibility:private"], ) filegroup( name = "all-srcs", srcs = [":package-srcs"], tags = ["automanaged"], visibility = ["//visibility:public"], )