英文:
Cannot find GOROOT directory: /usr/local/go
问题
我已经将这个放在/go/src/first_webapp/server.go中。
当我运行命令go install first_webapp时,我得到以下错误:
无法找到GOROOT目录:/usr/local/go
英文:
I have put this in / go / src /first_webapp server.go
And when I run the command go install first webapp I get this error,
cannot find GOROOT directory: /usr/local/go
答案1
得分: 4
请确保您已正确安装了Golang,并按照此处所述设置了环境变量:https://golang.org/doc/install
英文:
Make sure you have installed Golang correctly and set your env variables like it says in here: https://golang.org/doc/install
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论