Skip to content
  • Marcin Siodelski's avatar
    [#457] Auto correct linter issues · 060c35cd
    Marcin Siodelski authored
    Ran rake lint_go fix=true which resulted in the following corrections:
    
    - Append dots at the end of comments
    - Inline struct initializations changed to multiline
    - Multiple consts under a single const statement
    - Removed spurious blank lines in includes
    - Space after comment beginning
    - Single brace per line in struct initializations
    - Replace var with :=
    - Reorder some includes
    060c35cd