go-samples icon indicating copy to clipboard operation
go-samples copied to clipboard

Fixed missing import references

Open zalgonoise opened this issue 4 years ago • 1 comments

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 avatar Feb 27 '21 15:02 zalgonoise

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. :)

zalgonoise avatar Dec 24 '21 11:12 zalgonoise