The Go Programming Language

We adopted Go on our team at Expedient a little over a year ago but my hands-on experience and knowledge was a little uneven. I thought I would round it out with a little light reading. Go has fast compile times, built-in dependency management and strong opinions on things like code style. It favors composition over inheritance. The concurrency features, Goroutines and channels, are straightforward yet powerful. I’m looking forward to using Go for several upcoming projects.

--

--