kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/go/test/storage/keyvalue/BUILD (about)

     1  load("//tools:build_rules/shims.bzl", "go_library")
     2  
     3  package(default_visibility = ["//kythe:default_visibility"])
     4  
     5  go_library(
     6      name = "keyvalue",
     7      srcs = ["keyvalue.go"],
     8      importpath = "kythe.io/kythe/go/test/storage/keyvalue",
     9      deps = [
    10          "//kythe/go/storage/keyvalue",
    11          "//kythe/go/test/testutil",
    12      ],
    13  )