Registry / serialization / golang-snappy

golang-snappy

JSON →
library1.0.0gogounverified

Package snappy implements the Snappy compression format.

go get github.com/golang/snappy
INSTALL
IMPORT
SIG · GOLANG-SNAPPY
G
golang-snappy
serializationgov1.0.0
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.

snappy
github.com/golang/snappy

Compress and decompress a byte slice using Snappy.

import "github.com/golang/snappy" compressed := snappy.Encode(nil, []byte("hello")) decompressed, _ := snappy.Decode(nil, compressed) fmt.Println(string(decompressed))
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
golang-snappy — go get golang-snappy · libregistry