github.com/sercand/please@v13.4.0+incompatible/src/clean/BUILD (about)

     1  go_library(
     2      name = "clean",
     3      srcs = glob(["*.go"]),
     4      visibility = ["PUBLIC"],
     5      deps = [
     6          "//src/build",
     7          "//src/core",
     8          "//src/test",
     9          "//third_party/go:logging",
    10      ],
    11  )