1
0

chore: fix comment url

This commit is contained in:
Dominik Pschenitschni
2023-04-11 11:40:06 +02:00
parent 9bf535d06f
commit 5856f21f31

View File

@ -24,7 +24,7 @@ import (
)
// Change to deflate to gain better compression
// see http://golang.org/pkg/archive/zip/#pkg-constants
// see https://pkg.go.dev/archive/zip#pkg-constants
const CompressionUsed = zip.Deflate
func WriteBytesToZip(filename string, data []byte, writer *zip.Writer) (err error) {