How can I invoke GAE/Go local development server on Gogland?
In Run/Debug Configuration window, I have the warning "Go SDK is not specified", but I can't find how I can set Go SDK.
Even then I pressed OK, and invoked with Run -> Run 'Unnamed', I got this error.
"C:\Program Files (x86)\JetBrains\Gogland 171.3780.106\binunnerw.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
How can I fix?