Hacker News new | ask | show | jobs
by cpach 4175 days ago
I haven’t tried Go yet, but gofmt seems like something that every new language should strongly consider.
1 comments

FWIW, C++ already has it with clang-format
clang-format is amazing. I think it can format more languages than just C++ too. For example js, I think?
Yes; there are also efforts for Java, AFAIK
Splendid!