summaryrefslogtreecommitdiff
path: root/compression.go
blob: b7fafb983dd6f52092e0fce7ef5374989d35752e (plain) (blame)
1
2
3
4
5
6
7
package mt

type CompressionModes uint16

const (
	_ CompressionModes = 1 << iota
)