Errors when opening golang/go in vscode

When I open golang/go in vscode, I got a lot of errors.
Is there something I need to set up?
Or is there documentation somewhere?
I got an error like use of internal package cmd/go/internal/base not allowed
Thank you for your help :pray:

I just downloaded the Go 1.16.6 source, extracted it, and opened the src folder in VS Code. The only error I have is that std/runtime/cgo reports “package using cgo has Go assembly file asm_amd64.s”

Are you using some other version? What are the steps you took that lead to these errors?

1 Like

updated the path as it described here, fixed the problem

github.com

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.