github.phpd.cn/thought-machine/please@v12.2.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  )