Skip to content
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 standard packages #119

Merged
merged 1 commit into from
Aug 15, 2023
Merged

Update standard packages #119

merged 1 commit into from
Aug 15, 2023

Conversation

michenriksen
Copy link
Contributor

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 the std import group.

This PR updates StdPackages with the new packages introduced in go1.21.0.

@codecov
Copy link

codecov bot commented Aug 13, 2023

Codecov Report

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           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@incu6us incu6us merged commit 3efe815 into incu6us:master Aug 15, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants