Closed michenriksen closed 1 year ago
Merging #119 (987dbcc) into master (390547f) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #119 +/- ##
=======================================
Coverage 83.74% 83.74%
=======================================
Files 8 8
Lines 406 406
=======================================
Hits 340 340
Misses 53 53
Partials 13 13
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
After updating to Go 1.21 and using the new slog package in a project, I noticed that the import of
log/slog
was not treated as part of thestd
import group.This PR updates
StdPackages
with the new packages introduced in go1.21.0.