Golang-Visual Studio Code中的本地导入警告

时间:2018-12-29 22:37:36

标签: go visual-studio-code

Visual Studio代码警告有关本地导入,但该代码仍可执行。 怎么了?

enter image description here

enter image description here

2 个答案:

答案 0 :(得分:3)

Go没有相对进口。你就是没有。

您的主应用程序Go文件必须位于项目存储库中的最高位置。

答案 1 :(得分:0)

这不是警告,这是一个错误。您的代码不可执行,您输入的是错误的,也许正在运行以前编译的版本。