Registry / utility / z
library1.7.4gogounverified

Package z implements the native Go API for zlib, providing data compression and decompression using the zlib format.

go get modernc.org/z
INSTALL
IMPORT
SIG · Z
Z
z
utilitygov1.7.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

z
modernc.org/z

Print the zlib version

package main import ( "fmt" "modernc.org/z" ) func main() { fmt.Println(z.Version()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.7.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Amazon
1
Resources
z — go get z · libregistry