Rez Moss
Personal Musings: A Blog for the Tech-Savvy and Curious Mind
Home
Book
Blog
About
golang
Go's init() Function: Uses and Best Practices
-
Mar 2021
The init() function in Go is a special function that’s automatically executed before the main() function. It serv...
Error Handling in Go: Best Practices and Patterns
-
Sep 2019
Error handling is a crucial aspect of writing robust and reliable Go programs. Unlike many other languages, Go takes a ...
Go Routines vs. Threads: Understanding the Difference
-
May 2018
In the world of concurrent programming, Go routines and threads are both powerful tools for executing multiple tasks si...
← Prev page