Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
kasey_junk
9y ago
0 comments
Save
Share
Honestly the biggest thing go has going for it is gofmt. Its one of the few things I miss when I work with other languages.
0 comments
4 comments · 2 top-level
top
newest
oldest
efdee
9y ago
· 2 in thread
Doesn't every semi-decent IDE have an option to reformat your code? What makes gofmt so special?
cube2222
9y ago
That all code is written the same from the get-go, and you can readily browse it in places like github, etc.
kasey_junk
OP
9y ago
No external choices the language dictates style. It ships with the sdk & contributors are expected to use it so there is a cultural agreement out of the box. It's a cli tool so it's immensely scriptable and easy to integrate.
cube2222
9y ago
I think it may actually be the thing I miss the most. (together with implicit interfaces)
j
/
k
navigate · click thread line to collapse