github.phpd.cn/thought-machine/please@v12.2.0+incompatible/tools/jarcat/zip/BUILD (about)

     1  go_library(
     2      name = 'zip',
     3      srcs = ['writer.go'],
     4      deps = [
     5          '//src/fs',
     6          '//third_party/go:logging',
     7          '//third_party/go:testify',
     8          '//third_party/go/zip',
     9      ],
    10      visibility = [
    11          '//tools/jarcat:all',
    12          '//tools/please_pex/pex',
    13      ],
    14  )
    15  
    16  go_test(
    17      name = 'writer_test',
    18      srcs = ['writer_test.go'],
    19      data = [
    20          'test_data',
    21          'test_data_2',
    22          'test_data_3',
    23      ],
    24      deps = [
    25          ':zip',
    26      ],
    27  )