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

     1  go_library(
     2      name = 'gc',
     3      srcs = ['gc.go'],
     4      deps = [
     5          '//src/core',
     6          '//src/fs',
     7          '//src/parse/asp',
     8          '//third_party/go:logging',
     9          '//third_party/go:prompter',
    10      ],
    11      visibility = ['PUBLIC'],
    12  )
    13  
    14  go_test(
    15      name = 'gc_test',
    16      srcs = ['gc_test.go'],
    17      deps = [
    18          ':gc',
    19          '//third_party/go:testify',
    20      ],
    21  )
    22  
    23  go_test(
    24      name = 'rewrite_test',
    25      srcs = ['rewrite_test.go'],
    26      data = [
    27          'test_data',
    28      ],
    29      deps = [
    30          ':gc',
    31          '//third_party/go:testify',
    32      ],
    33  )