forked from vikunja/vikunja
chore: fix comment url
This commit is contained in:
parent
9bf535d06f
commit
5856f21f31
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user