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

     1  go_library(
     2      name = 'unzip',
     3      srcs = ['unzip.go'],
     4      deps = ['//third_party/go/zip'],
     5      visibility = ['//tools/jarcat:all'],
     6  )
     7  
     8  go_test(
     9      name = 'unzip_test',
    10      srcs = ['unzip_test.go'],
    11      data = ['test_data'],
    12      deps = [
    13          ':unzip',
    14          '//third_party/go:testify',
    15      ],
    16  )