github.phpd.cn/thought-machine/please@v12.2.0+incompatible/src/tool/BUILD (about)

     1  go_library(
     2      name = 'tool',
     3      srcs = ['tool.go'],
     4      deps = [
     5          '//src/core',
     6          '//third_party/go:go-flags',
     7          '//third_party/go:logging',
     8      ],
     9      visibility = ['PUBLIC'],
    10  )
    11  
    12  go_test(
    13      name = 'tool_test',
    14      srcs = ['tool_test.go'],
    15      deps = [
    16          ':tool',
    17          '//src/core',
    18          '//third_party/go:testify',
    19      ],
    20  )