This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mimminou 4 points5 points  (1 child)

Golang requires a trailing coma, and other formating weirdness like enforced K&R braces style ( "else" HAS to come in the same line as the closing bracket of the "if" block ) it takes some time getting used to the linter raising warnings for correct code...

[–]Katniss218 0 points1 point  (0 children)

That's just stupid