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
|