libz.go 335 B

123456789
  1. // Copyright 2023 The libz-go Authors. All rights reserved.
  2. // Use of the source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. //go:generate go run generator.go
  5. // Package libz is a ccgo/v4 version of the zlib general purpose data
  6. // compression library.
  7. package libz // import "modernc.org/libz"