-
-
Notifications
You must be signed in to change notification settings - Fork 1
Change package structure #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
zip/zipcrypto.go
Outdated
z.w.Write(z.z.Encrypt(header)) | ||
n += 12 | ||
} | ||
z.w.Write(z.z.Encrypt(p)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [golangci] reported by reviewdog 🐶
Error return value of z.w.Write
is not checked (errcheck)
Codecov Report
@@ Coverage Diff @@
## main #11 +/- ##
==========================================
+ Coverage 65.78% 75.42% +9.63%
==========================================
Files 3 9 +6
Lines 76 944 +868
==========================================
+ Hits 50 712 +662
- Misses 22 158 +136
- Partials 4 74 +70
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
…Use io.SeekStart, io.SeekCurrent, and io.SeekEnd. (staticcheck)
No description provided.