go-samples
go-samples copied to clipboard
Fixed missing import references
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.
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. :)