You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 12, 2025. It is now read-only.
Is this a dead repository?
I was looking for sample golang code for integrating with the API.
go/quickstart.godid not compile.Updating line 32 of
go/quickstart.goto the following fixed the compilation issue.After that I found deprecated methods where being used on line 123 of
go/quickstart.goioutil has been deprecated as Go 1.16 (16 February 2021).
But should I submit a pull request or assume this is a dead repository, since the documentation that pointed me here is out of date too?