9 строки
138 B
Modula-2
9 строки
138 B
Modula-2
module github.com/mattermost/gziphandler
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/klauspost/compress v1.13.1
|
|
github.com/stretchr/testify v1.3.0
|
|
)
|