kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/go/util/schema/edges/BUILD (about)

     1  load("//tools:build_rules/shims.bzl", "go_library", "go_test")
     2  
     3  package(default_visibility = ["//kythe:default_visibility"])
     4  
     5  go_library(
     6      name = "edges",
     7      srcs = ["edges.go"],
     8      importpath = "kythe.io/kythe/go/util/schema/edges",
     9      deps = ["//kythe/go/util/schema"],
    10  )
    11  
    12  go_test(
    13      name = "edges_test",
    14      size = "small",
    15      srcs = ["edges_test.go"],
    16      library = ":edges",
    17      visibility = ["//visibility:private"],
    18      deps = ["//kythe/go/test/testutil"],
    19  )