mirror of
https://github.com/nanmu42/gzip.git
synced 2025-12-24 11:51:04 +08:00
7 lines
203 B
Go
7 lines
203 B
Go
// Package gzip implements gzip middleware for Gin and net/http.
|
|
//
|
|
// * introduction: https://github.com/nanmu42/gzip
|
|
//
|
|
// * examples: https://github.com/nanmu42/gzip/tree/master/examples
|
|
package gzip
|