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 was archived by the owner on Jul 15, 2023. It is now read-only.
Hello y'all
I recently downloaded golang and vs code. It's my first attempt to work on this language anyways. I have set the GOPATH and GOROOT correctly. Go extension installed as well and I can see them in my bin file however on problems part I'm receiving this error.
file: 'file:///Untitled-1'
severity: 'Error'
message: 'can't load package: package .: no Go files in C:\Program Files\Microsoft VS Code
'
at: '1,1'
source: ''
code: 'undefined'
What supposes to I do? I have no clue what should I put in vs code section.
Hello y'all
I recently downloaded golang and vs code. It's my first attempt to work on this language anyways. I have set the GOPATH and GOROOT correctly. Go extension installed as well and I can see them in my bin file however on problems part I'm receiving this error.
file: 'file:///Untitled-1'
severity: 'Error'
message: 'can't load package: package .: no Go files in C:\Program Files\Microsoft VS Code
'
at: '1,1'
source: ''
code: 'undefined'
What supposes to I do? I have no clue what should I put in vs code section.