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

removed golang x package in favour of the std lib #303

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

emilien-puget
Copy link
Contributor

@emilien-puget emilien-puget commented Jun 15, 2024

removed golang.org/ x package in favour of the std lib

@emilien-puget
Copy link
Contributor Author

emilien-puget commented Jun 15, 2024

after changing x/sync to sync, the import order was weird si ran gci to re order them, turns out import order was not enforced.

wdyt about having some lint check in the CI ? we can have only style rules for now.

Copy link

codecov bot commented Jun 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.65%. Comparing base (f27d57a) to head (0baff11).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #303      +/-   ##
==========================================
+ Coverage   99.59%   99.65%   +0.06%     
==========================================
  Files         162      162              
  Lines       16103    16103              
==========================================
+ Hits        16037    16047      +10     
+ Misses         61       51      -10     
  Partials        5        5              
Flag Coverage Δ
unittests 99.65% <100.00%> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@emilien-puget emilien-puget force-pushed the migrate-std branch 5 times, most recently from 89ae2c1 to 0baff11 Compare June 15, 2024 07:55
@daveshanley
Copy link
Member

Great! Thank you. Will merge this in with the next release.

@daveshanley daveshanley merged commit cbe1201 into pb33f:main Jul 8, 2024
4 checks passed
@emilien-puget emilien-puget deleted the migrate-std branch July 8, 2024 14:20
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.

2 participants