Deploying Go with GAE

A simple tutorial of deployment of Go application using GAE

Manato Kuroda

--

I’ve introduced how to deploy the Go application using GKE and Spinnaker in another post. This post will show you how to deploy it with GAE on Standard.

GAE with Go

Example repo

You can view the example code at:

--

--