oras-project / oras-go

ORAS Go library
https://oras.land
Apache License 2.0
170 stars 91 forks source link

perf: use new built-in methods introduced before go 1.22 #726

Closed shizhMSFT closed 4 months ago

shizhMSFT commented 4 months ago

Changes:

Resolves: #713

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 75.62%. Comparing base (8d139f0) to head (a1d93c0).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #726 +/- ## ========================================== - Coverage 75.62% 75.62% -0.01% ========================================== Files 64 63 -1 Lines 5994 5981 -13 ========================================== - Hits 4533 4523 -10 + Misses 1078 1076 -2 + Partials 383 382 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

wangxiaoxuan273 commented 4 months ago

LGTM although IANAM