Learning objectives
During this tutorial you will learn how to:
- Build a skeleton for your Go App Engine web application.
- Call the Google+ API from Go.
- Deploy your web application to App Engine.
Prerequisites
- Install the latest version of Go App Engine SDK (>=v1.7.4)
- Install Mercurial
Johan Euphrosine
, Jan 2013
Google App Engine Developer Relations
Overview
This article is an introduction to writing web applications that call Google APIs using the Go programming language. It shows you how to build a simple App Engine web application using Go.
Sample App
This sample application has a simple purpose: displaying the most recent " Gopher " image from the Google+ public stream. The source code is available on GitHub .