March 2014: Testing, Delegation & C.
Please RSVP at Meetup and/or Google+.
Talks
Testing in Go: What You Need to Know
A walk through Go's testing package and how it differs from third-party assertion frameworks.
Composition & Delegation
Embedding provides a clean way to delegate to member objects. We'll also discuss Go's emphasis on composition.
Go's Secret C Interface
How to write functions in C and call them from Go without requiring cgo.
News & Articles
- Go 1.2.1
- Episode 202: Andrew Gerrand on Go - Software Engineering Radio
- Taking Cloud Development By Storm
- How to Convince Your Company to Go With Golang - SendGrid
- It's Go Time on Linux - CloudFlare
- A Quick Guide to Go's Assembler
- Job board at golangprojects.com (Twitter)
- More news at Golang Weekly and Newspaper.IO
Books
- Go Bootcamp (free)
- Go In Action (Manning)
- Practical Cryptography With Go