aboutsummaryrefslogtreecommitdiff
path: root/tests/legacy/examples/lib/deep/BUILD.bazel
blob: e827a6a829d5ffb4ce22593ecf6f763fcaefb0e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
load("@io_bazel_rules_go//go:def.bzl", "go_library")

package(default_visibility = ["//tests/legacy/examples/lib:__pkg__"])

go_library(
    name = "go_default_library",
    srcs = [
        "doc.go",
        "thought.go",
    ],
    importpath = "github.com/bazelbuild/rules_go/examples/lib/deep",
)