Documentation ¶ Index ¶ func InBr(byteS []byte, level int) ([]byte, error) func InFlate(byteS []byte, level int) ([]byte, error) func InGzip(byteS []byte, level int) ([]byte, error) func UnBr(byteS []byte) ([]byte, error) func UnFlate(byteS []byte) ([]byte, error) func UnGzip(byteS []byte) ([]byte, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func InBr ¶ func InBr(byteS []byte, level int) ([]byte, error) func InFlate ¶ func InFlate(byteS []byte, level int) ([]byte, error) func InGzip ¶ func InGzip(byteS []byte, level int) ([]byte, error) func UnBr ¶ func UnBr(byteS []byte) ([]byte, error) func UnFlate ¶ func UnFlate(byteS []byte) ([]byte, error) func UnGzip ¶ func UnGzip(byteS []byte) ([]byte, error) Types ¶ This section is empty. Source Files ¶ View all Source files Brotli.go Flate.go Gzip.go Click to show internal directories. Click to hide internal directories.