How to Configure the Auth.go file for the Google Glass Mirror API Using Golang
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.
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.
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
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