googleworkspace / go-samples

Go samples for Google Workspace APIs
Apache License 2.0
213 stars 100 forks source link

Fixed missing import references #51

Open zalgonoise opened 3 years ago

zalgonoise commented 3 years ago

In reference to commit 1b9ee5e, this PR will address all the remaining examples that are missing the import reference, and results in the compiler not finding the package in question.

This is due to the import statements referencing a version (google.golang.org/api/tasks/v1), and the method calls are under the package name tasks.

zalgonoise commented 2 years ago

Hi folks,

Let me know if you'd prefer to have this PR broken into individual ones, for each affected file. I will be happy to accommodate. :)