github.com/tiagovtristao/plz@v13.4.0+incompatible/tools/jarcat/unzip/BUILD (about) 1 go_library( 2 name = "unzip", 3 srcs = ["unzip.go"], 4 visibility = ["//tools/jarcat:all"], 5 deps = ["//third_party/go/zip"], 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 )