关于golang的问题,初级
一直报下面两个错误,上各个网站查也查不到,是什么问题啊,第一天用vscode写go
求解答,感谢
要指定函数名呀
// 比如这个main函数
func main() {
}
{
"go.useLanguageServer": true,
"debug.allowBreakpointsEverywhere": true,
"editor.formatOnSave": true,
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"terminal.external.windowsExec": "C:\\Users\\wuxian\\AppData\\Local\\Programs\\Git\\bin\\git.exe",
"go.inferGopath": true,
"go.toolsGopath": "C:\\Users\\wuxian\\go",
"editor.minimap.enabled": false,
"window.zoomLevel": 0,
"explorer.confirmDelete": false,
"files.autoSaveDelay": 300,
"terminal.integrated.rendererType": "dom",
"explorer.confirmDragAndDrop": false,
"workbench.iconTheme": "vscode-great-icons"
}