Go samples for Google Workspace APIs docs.
To run the quickstarts, download a credentials.json file in the quickstart folder by following the instructions in quickstart/README.md.
Use the following commands to maintain the repository:
go fmt ./...go build -v ./...go vet ./...go mod tidy