How to Configure the Auth.go file for the Google Glass Mirror API Using Golang

Go (golang) logo

For those who have asked how my auth.go file is configured for the Go Quick Start project, I’ve posted my auth.go file below.

My Google Glass App has been Featured in QST Magazine!

QSL Query featured in QST 12/2013

QSL Query, the Glassware I wrote for amateur radio operators using Google’s Go programming language, has been featured in the Eclectic Technology column of the December 2013 issue of QST!  QST is the monthly journal of the Amateur Radio Relay League.  It is free to all ARRL members and can also be found at most … Read more

How to Delete All Google Glass Timeline Items

Google Glass logo

For my QSL Query for Google Glass application, I needed a function that deletes all timeline items at once, rather than deleting them one at a time. The following code is written in Go, and is inserted into main.go if you are using Google’s Go Quick Start Project as your Glassware template. This function can … Read more