-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
import/path: issue title #69851
Comments
Could you describe in more detail what you did? What commands you ran, the entire output, etc. That error doesn't look like it is coming from the compiler. |
I'll just link to the project from here is that okay? |
because I can't really explain it per se |
Please share the exact source code you're building, and the exact commands you run, if you believe this is a Go compiler bug (which doesn't look so to me). If you needs help debug your own code, please see https://go.dev/wiki/Questions . Thanks. |
it pops iter.go whenever i want to run it and it runs fine with go run main.go |
What is "it" in this sentence? |
Vscode, I think I have seen the solution, so I have multiple versions of Go for some weird reason and it was using Go 1.22 instead of 1.23 so I just changed the path and it doesn't pop out the iter.go file, I'm so sorry for wasting your time I thought it was a legit issue really sorry for wasting your time |
Thanks. |
Go version
go version go1.23.2 linux/amd64
Output of
go env
in your module/workspace:What did you do?
'm building something for spotify to ytm playlist exporter everything works fine on the compiler till this error comes up
What did you see happen?
What did you expect to see?
Not this issue
The text was updated successfully, but these errors were encountered: