github.phpd.cn/thought-machine/please@v12.2.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      deps = ['//src/core'],
     6      visibility = ['//src/help:all'],
     7  )