google app engine - Invoking GAE/Go Local Development Server on Gogland -


how can invoke gae/go local development server on gogland?

in run/debug configuration window, have warning "go sdk not specified", can't find how can set go sdk.

enter image description here

even pressed ok, , invoked run -> run 'unnamed', got error.

"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' usage.  process finished exit code 2 

enter image description here

how can fix?

the reason of error regular go distribution used sdk (goroot).

to run gae go application need use gae go sdk goroot. changing goroot available via settings file | setting | go | goroot


Comments