在Gogland上调用GAE / Go本地开发服务器

时间:2017-04-06 00:41:06

标签: google-app-engine go goland

如何在Gogland上调用GAE / Go本地开发服务器?

在“运行/调试配置”窗口中,我有警告"未指定Go SDK",但我无法找到如何设置Go SDK。

enter image description here

即便如此,我按下OK,并使用Run调用>运行'未命名',我收到此错误。

"C:\Program Files (x86)\JetBrains\Gogland 171.3780.106\bin\runnerw.exe" C:/Go\bin\go.exe serve C:/path/to/app.yaml
go: unknown subcommand "serve"
Run 'go help' for usage.

Process finished with exit code 2

enter image description here

我该如何解决?

1 个答案:

答案 0 :(得分:1)

错误的原因是常规的Go分布用作SDKGOROOT)。

要运行GAE Go应用程序,您需要将GAE Go SDK用作GOROOT。可以通过设置GOROOT

更改File | Setting | Go | GOROOT