sqsmover icon indicating copy to clipboard operation
sqsmover copied to clipboard

Remove unnecessary branching

Open extemporalgenome opened this issue 1 year ago • 1 comments

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.

extemporalgenome avatar Mar 29 '23 16:03 extemporalgenome