internal/png: Regenerate

This commit is contained in:
Hajime Hoshi 2021-08-28 03:14:54 +09:00
parent 9a63bcb9fe
commit fa0efea4a4

View File

@ -53,6 +53,7 @@ type encoder struct {
bw *bufio.Writer
}
// CompressionLevel indicates the compression level.
type CompressionLevel int
const (