# README
Google Sheets Go Quickstart
Complete the steps described in the Google Sheets Go Quickstart, and in about five minutes you'll have a simple Go command-line application that makes requests to the Sheets API.
Credentials
Download the credentials.json
file to this directory by following the steps in the above link.
Install
go get google.golang.org/api/sheets/v4
go get golang.org/x/oauth2/google
Run
go run quickstart.go