Skip to content

Instantly share code, notes, and snippets.

@epk
Last active August 5, 2018 03:58
Show Gist options
  • Save epk/ca1ebb13ac45c530d6634291b9171f19 to your computer and use it in GitHub Desktop.
Save epk/ca1ebb13ac45c530d6634291b9171f19 to your computer and use it in GitHub Desktop.
token, err := postAndPoll(client, &data)
if err != nil {
if err.Error() == "failed" {
token, err = postAndPoll(client, &data)
if err != nil {
return nil
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment