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

Incorrect import path for atomic #18

Closed
leikao opened this issue Jul 26, 2019 · 2 comments · Fixed by #19
Closed

Incorrect import path for atomic #18

leikao opened this issue Jul 26, 2019 · 2 comments · Fixed by #19
Assignees

Comments

@leikao
Copy link

leikao commented Jul 26, 2019

The most correct import path for atomic package should be go.uber.org/atomic, there is a mistake in the testing file:

"github.com/uber-go/atomic"

@leikao
Copy link
Author

leikao commented Jul 29, 2019

ping @kriskowal @prashantv

kriskowal added a commit that referenced this issue Jul 29, 2019
@kriskowal kriskowal self-assigned this Jul 29, 2019
kriskowal added a commit that referenced this issue Jul 29, 2019
kriskowal added a commit that referenced this issue Jul 29, 2019
kriskowal added a commit that referenced this issue Jul 29, 2019
@kriskowal
Copy link
Contributor

Thank you @leikao. This project probably predated the canonical import. Thankfully we depended on this only for tests!

I’ve posted a tag for v0.1.0 with this fix addressed.

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 a pull request may close this issue.

2 participants