kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/go/util/keys/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 = "keys", 7 srcs = ["keys.go"], 8 importpath = "kythe.io/kythe/go/util/keys", 9 deps = [ 10 "//kythe/proto:storage_go_proto", 11 "@com_github_google_orderedcode//:orderedcode", 12 ], 13 ) 14 15 go_test( 16 name = "keys_test", 17 srcs = ["keys_test.go"], 18 library = ":keys", 19 deps = [ 20 "//kythe/go/util/compare", 21 "//kythe/proto:storage_go_proto", 22 ], 23 )