Hacker News new | ask | show | jobs
by tempest_ 589 days ago
Go is definitely used a lot more outside of google as of late.

Anecdotally I would say where a lot of companies would have used Java in the past they are now turning to go for their server-side/backend service implementations.

1 comments

Also it feels like pretty much everything in the k8s/container/etc. space is go-related, which kind of makes sense.
Why does it make sense? You can implement a container in any language that can make system calls.