Closed
Description
I was preparing a patch to fix a bug when encoding records for kinesis, and noticed that you're using spaces for indentation instead of tabs, which indicates that Go FMT isn't being used on the code. This complicates patch writing when many editors automatically go-fmt code on saving, causing substantial diffs as most lines are re-written to use tabs, or are otherwise restructured to follow go-fmt styles.
Metadata
Metadata
Assignees
Labels
No labels