Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I want to develop in Go on Windows and deploy to Google App Engine

I want to develop in the Go Language (go-lang) using Google App Engine to run my app and I use IntelliJ on Windows. How can I do this?

like image 328
Phil Avatar asked Feb 10 '12 12:02

Phil


People also ask

Which command is used to deploy application on App Engine?

Deploy your application to App Engine using the gcloud app deploy command. The deployment command automatically builds a container image by using the Cloud Build service and then deploys that image to the App Engine flexible environment.


1 Answers

If you use the official installer, it is very easy to get Go up and running on Windows.

Edit: The latest Zeus beta now has support for the Go Build, Format and Run commands and also does Go initellisene (i.e. auto complete).

like image 200
jussij Avatar answered Oct 16 '22 12:10

jussij