-
-
Notifications
You must be signed in to change notification settings - Fork 427
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
Getting undeclared name when program builds perfectly #143
Comments
Running it on go-callvis repo doesn't even work :/
|
I met with the same error. no concrete method: func (*sync/atomic.Pointer[go/token.File]).CompareAndSwap(old *go/token.File, new *go/token.File) (swapped bool) |
Hi, I met the same error when using Go 1.20+ then I change to Go 1.19.7, now it works. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can someone help on that ? it doesn't make much sense to me
They are in the same package so not sure what's going on. I also get
The text was updated successfully, but these errors were encountered: