Golang

How to Create a Go (Golang) API on Google App Engine

A simple walkthrough on creating an API with a server, written in Go, to deploy to Google App Engine.

Lewis Fairweather
ITNEXT
Published in
5 min readNov 3, 2020

--

Why Google App Engine?

Google App Engine is Platform as a Service (PaaS). It aims to make deployment easier. It is fully managed…

--

--