Slide 4
Slide 4 text
What is it good for?
• Systems Programming - like C but easier, low-level access, C-interop
• Web Services - It has just about everything you need built into the Standard Library
• Concurrent Programming - Its built into the language: goroutines and channels
• Target multiple platforms - Linux, Windows, Mac OS X, Free BSD
• Simple deployments - Your app is a single binary with no other dependencies
• Large scale development!
• Easy to read, write, maintain
• Garbage collected, statically-typed, fast compilation, fast execution
Image credit: http://blog.golang.org/go-11-is-released_gopherbiplane5.jpg