Skip to content

Code should be run through go fmt. #12

Closed
@benwilson512

Description

@benwilson512

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.

See http://blog.golang.org/go-fmt-your-code

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions