Y
Hacker News
new
|
ask
|
show
|
jobs
by
wing-_-nuts
977 days ago
Hah, yeah, we have a number of microservices implemented with golang. As 'clunky' as the language can feel sometimes the tooling is first class.
1 comments
RamblingCTO
977 days ago
Absolutely! I love how fast it is and how easy it is to write stuff real fast. Not a lot of footguns, except the pointer-for-loop thing afaik. It does feel clunky and quite manual sometimes!
link
kaba0
977 days ago
The whole language is a footgun..
link
hooverd
977 days ago
Casual Go user here, could you elaborate?
link
wing-_-nuts
976 days ago
I wouldn't say it rises to the level of 'footgun' but golang's error handling feels kind of janky coming from other languages.
link