[go-nuts] Re: Correct usage of Google Api Client

2021-11-08 Thread Mikhail Ladonkin
Thanks a lot! Have a good day! понедельник, 8 ноября 2021 г. в 21:36:04 UTC+3, seank...@gmail.com: > svc, err := indexing.NewService() > res, err := svc.UrlNotifications.Publish(&indexing.UrlNotification{ /* > things in here */ }).Do() > > On Monday, November 8, 2021 at 6:59:31 PM UTC+1 ladonki

[go-nuts] Re: Correct usage of Google Api Client

2021-11-08 Thread Sean Liao
svc, err := indexing.NewService() res, err := svc.UrlNotifications.Publish(&indexing.UrlNotification{ /* things in here */ }).Do() On Monday, November 8, 2021 at 6:59:31 PM UTC+1 ladonkin...@gmail.com wrote: > Hi, > > I'm new to Golang so sorry if the question seems stupid. > > I'm trying to inf