Open Zxilly opened 4 months ago
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 https://github.com/daixiang0/gci/pull/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.
syscall/js
still not included
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.