Skip to content

Instantly share code, notes, and snippets.

@codegold79
Last active October 2, 2020 02:13
Show Gist options
  • Select an option

  • Save codegold79/7310581dfc890feb01e22d987f6b2172 to your computer and use it in GitHub Desktop.

Select an option

Save codegold79/7310581dfc890feb01e22d987f6b2172 to your computer and use it in GitHub Desktop.
var event cloudEvent
err := json.Unmarshal(req, &event)
if err != nil {
return cloudEvent{}, fmt.Errorf("unmarshalling json: %w", err)
}
return event, nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment