英文:
could not import fyne.io/fyne/v2/app (no required module provides package "fyne.io/fyne/v2/app")
问题
我在编译代码时遇到了这个问题,我不知道为什么会发生这种情况,因为我已经在环境变量中设置了GOPATH和GOROOT。
图片链接:点击这里
英文:
I am facing this issue while compiling the code, I don't know why this is happening because I have set GOPATH AND GOROOT in environmental variable.
答案1
得分: 1
你是否执行了go get fyne.io/fyne/v2
命令以便在你的代码中导入它?
请参考https://github.com/fyne-io/fyne中的先决条件部分获取更多信息。
英文:
Did you do: go get fyne.io/fyne/v2
to be able to import it in your code?
See Prerequisites in https://github.com/fyne-io/fyne for more information
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论