github.com/sercand/please@v13.4.0+incompatible/third_party/go/zip/BUILD (about)

     1  # This directory contains a copy of the Go standard library archive/zip
     2  # package that we need to make some minor modifications to.
     3  # The code is therefore still copyright to the Go authors.
     4  
     5  go_library(
     6      name = "zip",
     7      srcs = glob(["*.go"]),
     8      visibility = ["//tools/jarcat/..."],
     9  )