Rez Moss
Personal Musings: A Blog for the Tech-Savvy and Curious Mind
Home
Blog
About
go-programming
Effective Error Creation in Go
-
Mar 2022
Error handling is a crucial aspect of writing robust Go code. Creating informative and useful errors is key to effectiv...
Go's String Manipulation
-
Nov 2021
Go provides a rich set of tools for string manipulation, both in its standard library and through idiomatic patterns. U...
Go's Blank Identifier: When and How to Use It
-
Sep 2021
The blank identifier in Go, represented by an underscore (_), is a special identifier that serves as a placeholder for ...