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

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