Let’s Have Some Fun With Gmail & Go

We shall build a fun Go app that accepts city names from a user and displays the current weather forecast in those cities, to the user. In a previous article we learned how to use The Google Geocoding API in Go. Here too, we shall use Geocoding to help us convert addresses (like "1600 Amphitheatre … Continue reading Let’s Have Some Fun With Gmail & Go

Part 3: Learn To Build & Deploy Simple Go Web Apps

In part one of this tutorial, we installed the Google App Engine SDK and then built and ran a simple web app locally. In part two, we deployed this simple web app to the Google App Engine and shared it with users worldwide. In part three, we learned about package template (namely text/template and html/template). … Continue reading Part 3: Learn To Build & Deploy Simple Go Web Apps