gzip

package
v1.1.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package gzip provides gzip implementations.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Compress

func Compress(name string, path string) error

Compress is compression.

ex) err := gzip.Compress("test.gz", "test.txt")

func Decompress

func Decompress(gzipName, fileName, outputPath string) error

Decompress is decompression.

ex) err := gzip.Compress("test.gz", "test.txt", "./output")

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL