Closed OcheOps closed 3 weeks ago
Related Issues and Documentation
(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)
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 the application still works but it keeps popping up
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.
https://github.com/OcheOps/playlist-exporter-spotify-to-YTM.git
it pops iter.go whenever i want to run it and it runs fine with go run main.go
it pops iter.go
What is "it" in this sentence?
it pops iter.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