Slide 6
Slide 6 text
Let’s Go!
How I introduce Golang to my friends:
● It has a very exciting and efficient approach to managing concurrency.
● Compiled, quite fast, produces a single binary file, statically typed
● Community is pretty decent, adequate resources, lots of open source packages
● Lots of success stories of large orgs using it for handling tons of requests
Go was intended for system programming, but here we are, building web apis and microservices