chore: fix comment url

This commit is contained in:
Dominik Pschenitschni 2023-04-11 11:40:06 +02:00
parent 9bf535d06f
commit 5856f21f31
Signed by untrusted user: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 1 additions and 1 deletions

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) {