Introducing Cup o' Go, the new Go News podcast
January 24, 2023
Today I’m taking a short break from the discussion of the Go Spec to introduce you to a brand new Go-related podcast that I’m part of: Cup o’ Go.
Shay Nehmad and I released our first episode yesterday, and intend to make this a weekly, lighthearted Go news program.
Our promise is to help listeners keep up with the latest happenings in the Go community in just 15 minutes per week. We’ll keep you up to date on the latest releases, CVEs, upcoming conferences, and any other Go community news.
You can listen on iTunes, Spotify, or practically any other podcatcher, or straight from the web site: cupogo.dev
Related Content
What is the Best Book to Learn Go in 2023?
After reading every beginner's book I could find on Go, here is my recommended #1 book to help you learn the language.

JSON Tricks: JSON Arrays as Go Structs
How can you marshal and unmarshal JSON array as though it were a struct in Go?

JSON Tricks: Extending an Embedded Marshaler
How can you embed a struct with a custom MarshalJSON() method?