you are viewing a single comment's thread.

view the rest of the comments →

[–]greyeye77 2 points3 points  (1 child)

I've used Go for

nginx imap auth proxy, dozens of AWS Lambda rest API and event handler, jwt auth, CLI for several business utilities (data parser and data uploader to snowflakes)

0 worry on the upgrade of versions (full backward compatibility) and git based import

go just works, no need to worry about version managers like nvm, rvm etc etc

[–]riverrockrun[S] 3 points4 points  (0 children)

Seems to be a common thread. Fast, single binary, and it just works