googleworkspace / go-samples

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

all: use NewService instead of New #43

Open nu50218 opened 4 years ago

nu50218 commented 4 years ago

According to documents (e.g. calendar), New is now deprecated and it is recommended to use NewService and provide *http.Client using option.WithHTTPClient.

Could you update?