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
Category: Go
Fun with Gmail and Go
Many of you at the "free" Go programming course have been asking "How do I use Gmail with Go?" To answer that question, we will quickly build a fun Go web app that uses Gmail to send off emails. I am assuming that you have downloaded and installed Go and have set the GOPATH properly. … Continue reading Fun with Gmail and 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
