|
|
|
|
|
by umvi
1737 days ago
|
|
go is indeed a pleasure to write, especially if you have vscode auto-format on save with the official go formatter. Not worrying about getting the formatting just right takes a huge cognitive load off I didn't even know I had. One minor mistake in the article: > Fortunately, Python and Go removes colons by default at the end of every expression. To quote someone, “Colons are for compilers, not for human!”. Just to clarify for non-native english speakers, a colon is ":" a semi-colon is ";" |
|