Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Compress ¶
func Compress(data []byte) (compressed []byte, err error)
Compress
PS: 参考 github.com/andybalholm/brotli 中的 "example_test.go".
func Uncompress ¶ added in v3.0.52
func Uncompress(compressed []byte) (data []byte, err error)
Uncompress
PS: 参考 github.com/andybalholm/brotli 中的 "example_test.go".
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.