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

     1  go_library(
     2      name = "ar",
     3      srcs = ["ar.go"],
     4      visibility = ["//tools/jarcat/..."],
     5      deps = [
     6          "//src/fs",
     7          "//third_party/go:ar",
     8          "//third_party/go:logging",
     9      ],
    10  )