Rez Moss
Personal Musings: A Blog for the Tech-Savvy and Curious Mind
Home
Book
Blog
About
go
New Iterator Features in Go 1.23
-
Jan 2025
Go 1.23 introduces new iterator features that simplify common programming patterns. Here’s what’s changed a...
Understanding Go's net/mail.Address and Parser 1/3
-
Jan 2025
Hey there! Today we’re going to dive into Go’s net/mail package, focusing on how it handles email addresses...
Go Channels Demystified: Practical Use Cases and Best Practices
-
Mar 2024
Go channels are a powerful feature of the Go programming language that facilitate communication and synchronization b...