github.com/please-build/puku@v1.7.3-0.20240516143641-f7d7f4941f57/work/BUILD (about)

     1  go_library(
     2      name = "work",
     3      srcs = ["work.go"],
     4      visibility = [
     5          "//:all",
     6          "//cmd/puku:all",
     7          "//generate",
     8          "//watch",
     9      ],
    10      deps = [
    11          "///third_party/go/github.com_please-build_buildtools//labels",
    12          "//config",
    13      ],
    14  )
    15  
    16  go_test(
    17      name = "work_test",
    18      srcs = ["work_test.go"],
    19      deps = [
    20          ":work",
    21          "//third_party/go:testify",
    22      ],
    23  )