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

     1  # Split into a separate package to help Go at bootstrap time.
     2  go_binary(
     3      name = "config_help",
     4      srcs = ["config_help.go"],
     5      visibility = ["//src/help:all"],
     6      deps = ["//src/core"],
     7  )