Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary branching. (#143)
Because of how Go's missing-map-keys and zero value features work together, the branches for handling MessageGroupId and MessageDeduplicationId don't achieve anything that the language doesn't give us for free (using much less code). This is a transparent (semantically identical) change.
- Loading branch information