You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Given a program that uses a global variable (log in this example) that is defined in a second file:
main.go
logging.go
VSCode-go adds an incorrect import for log that prevents the code from working:
It is expected that no import is added in this situation. I created a full demo replicating this issue.
The text was updated successfully, but these errors were encountered: