What is the URL of the page with the issue?
https://go.dev/doc/tutorial/call-module-code
Screenshot
What did you do?
Followed instructions for calling code from another module. Even though the go.mod file was updated to replace example.com/greetings with ../greetings, the Go VSCode extension (v0.39.1) shows an error in hello.go where "example.com/greetings" is imported.
What did you expect to see?
No compiler(BrokenImport) error. Why would following the tutorial cause compiler error? Is this tutorial not the recommended way for using relative import paths? As a beginner looking to learn the basics, this isn't very clear.
This seems related to #52134 but my $PATH variable already has usr/local/go/bin