github.com/tiagovtristao/plz@v13.4.0+incompatible/src/cache/tools/BUILD (about)

     1  go_library(
     2      name = "tools",
     3      srcs = ["hash.go"],
     4      visibility = [
     5          "//src/cache/...",
     6          "//tools/cache/...",
     7          "//tools/cache_cleaner:all",
     8      ],
     9  )
    10  
    11  go_test(
    12      name = "hash_test",
    13      srcs = ["hash_test.go"],
    14      deps = [
    15          ":tools",
    16          "//third_party/go:testify",
    17      ],
    18  )