# This directory contains a copy of the Go standard library archive/zip
# package that we need to make some minor modifications to.
# The code is therefore still copyright to the Go authors.

go_library(
    name = "zip",
    srcs = glob(["*.go"]),
    visibility = ["//tools/jarcat/..."],
)
