Documentation
¶
Index ¶
- func Gunzip(data *string) ([]byte, error)
- func GunzipBytes(src *[]byte, dst *[]byte) error
- func GunzipFile(fromFile string, toFile string) error
- func Gzip(data *[]byte) (string, error)
- func GzipBytes(data *[]byte) []byte
- func GzipFile(fileName string) (bool, error)
- func StartProc(args ...string) (p *os.Process, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GunzipFile ¶ added in v1.7.8
GunzipFile #
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.