fix: 尝试修复压缩 #1426
Annotations
8 errors
golanci-lint:
pkg/io/io_test.go#L62
cannot use src (variable of type []string) as string value in argument to Compress
|
golanci-lint:
pkg/io/io_test.go#L62
cannot use "testdata/compress_test.zip" (untyped string constant) as []string value in argument to Compress
|
golanci-lint:
pkg/io/io_test.go#L62
cannot use Zip (constant "zip" of type FormatArchive) as string value in argument to Compress
|
golanci-lint:
pkg/io/io_test.go#L73
cannot use src (variable of type []string) as string value in argument to Compress
|
golanci-lint:
pkg/io/io_test.go#L73
cannot use "testdata/uncompress_test.zip" (untyped string constant) as []string value in argument to Compress
|
golanci-lint:
pkg/io/io_test.go#L73
cannot use Zip (constant "zip" of type FormatArchive) as string value in argument to Compress
|
golanci-lint:
pkg/io/io_test.go#L76
too many arguments in call to UnCompress
|
golanci-lint
issues found
|