Rez Moss
Digital Reflections: Exploring Tech, Innovation & Ideas
Home
Book
Blog
Tools
About
go-programming
Floating Point Parsing - ParseFloat and ParseComplex in Go 3/7
-
Sep 2025
When working with Go applications, you’ll frequently need to convert string representations of numbers into the...
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 ...