-
Notifications
You must be signed in to change notification settings - Fork 15
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
Update to go 1.20 min #933
Conversation
Closes #928. Signed-off-by: Evgenii Baidakov <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #933 +/- ##
==========================================
- Coverage 33.60% 27.97% -5.63%
==========================================
Files 64 87 +23
Lines 10860 13590 +2730
==========================================
+ Hits 3649 3802 +153
- Misses 6803 9371 +2568
- Partials 408 417 +9 ☔ View full report in Codecov by Sentry. |
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.
internal/neofs/tree.go
can be simplified in strings.Trim*
functions, although CutPrefix
is not exactly perfect here, it's mostly that some checks are not needed.
api/layer/encryption/encryption.go
can be improved to use bytes.Clone
instead of open-coded copying.
Signed-off-by: Evgenii Baidakov <[email protected]>
Signed-off-by: Evgenii Baidakov <[email protected]>
Signed-off-by: Evgenii Baidakov <[email protected]>
Signed-off-by: Evgenii Baidakov <[email protected]>
Signed-off-by: Evgenii Baidakov <[email protected]>
Signed-off-by: Evgenii Baidakov <[email protected]>
Signed-off-by: Evgenii Baidakov <[email protected]>
e1722a4
to
ff86d36
Compare
|
Signed-off-by: Evgenii Baidakov <[email protected]>
768e9aa
to
31c745f
Compare
No description provided.