-
Notifications
You must be signed in to change notification settings - Fork 66
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
New std lib unique
,iter
in go1.23 can not be recognized
#209
Labels
good first issue
Good for newcomers
Comments
Zxilly
changed the title
New std lib
New std lib Jul 7, 2024
unique
can not be recognizedunique
in go1.23 can not be recognized
Zxilly
changed the title
New std lib
New std lib Jul 7, 2024
unique
in go1.23 can not be recognizedunique
,iter
in go1.23 can not be recognized
Refer to https://pkg.go.dev/unique, it is introduced by 1.23rc1, since now 1.23 is not released yet, please wait it. |
Please take a look at #208 |
@daixiang0 Go1.23 has been generally available, please review the PR. |
I believe this can be closed now? It works, including golangci-lint since version 1.61.0. |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of GCI are you using?
Reproduce Steps
What did you expect to see?
unique
should be regarded as std lib and stay with other std libs.What did you see instead?
unique
was regarded as third party library.The text was updated successfully, but these errors were encountered: