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

go.uber.org/atomic => sync/atomic #1161

Merged
merged 1 commit into from
Feb 15, 2024
Merged

Conversation

abhinav
Copy link
Collaborator

@abhinav abhinav commented Feb 14, 2024

There's only one use of go.uber.org/atomic in the codebase,
and it's satisfiable with sync/atomic.

This switches to sync/atomic,
and drops the go.uber.org/atomic dependency completely.

There's only one use of go.uber.org/atomic in the codebase,
and it's satisfiable with sync/atomic.

This switches to sync/atomic,
and drops the go.uber.org/atomic dependency completely.
Copy link

codecov bot commented Feb 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d6beb49) 98.78% compared to head (5824264) 98.78%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1161   +/-   ##
=======================================
  Coverage   98.78%   98.78%           
=======================================
  Files          30       30           
  Lines        3057     3057           
=======================================
  Hits         3020     3020           
  Misses         30       30           
  Partials        7        7           

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

@sywhang sywhang merged commit 91121fc into uber-go:master Feb 15, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants