deepinthecode.com
How to Delete All Google Glass Timeline Items - Deep in the Code
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 … Continue reading "How to Delete All Google Glass Timeline Items"
David Young