Edmonton Go Meetup
Details
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
What we're talking about this month:
Testing in Go: What You Need to Know @MatthiasStone
A walk through Go's testing package and how it differs from third-party assertion frameworks.
Composition & Delegation @nathany
Embedding provides a clean way to delegate to member objects. We'll also discuss Go's emphasis on composition.
Go's Secret C Interface @darkhelmetlive
How to write functions in C and call them from Go without requiring cgo.
