Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Created August 10, 2021 13:15
Show Gist options
  • Save percybolmer/57161997c8a33a23f1749f0d83a51bf6 to your computer and use it in GitHub Desktop.
Save percybolmer/57161997c8a33a23f1749f0d83a51bf6 to your computer and use it in GitHub Desktop.
// Now we have an Events API event, but this event type can in turn be many types, so we actually need another type switch
err := handleEventMessage(eventsAPIEvent)
if err != nil {
// Replace with actual err handeling
log.Fatal(err)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment