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
Category: Tutorials
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
Learn to build and deploy simple Go Web Apps, Part Three
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. Now, we will learn about the template package (namely text/template and html/template). … Continue reading Learn to build and deploy simple Go Web Apps, Part Three
