10 years of Go
Details
Details
This month we're have a series of lightning talks from local Go developers to celebrate the 10th anniversary of the Go programming language:
10 Years of Go - Alan Bradley (Teamwork)
A fly through of the last 10 years of go, where it came from, where its at and some speculations on the future.
Go Generate - Mark Smith (Teamwork)
Make the machine do the work! Why spend time writing boiler plate code when we can auto generate it. This will be a look at go generate, using templates to produce code and a dip into abstract syntax trees.
Go Modules - TBC