#programming-blogs
Read more stories on Hashnode
Articles with this tag
Introduction Let's begin by examining the following code snippet and predicting the output. type human struct { age int name string } func...
It's been a while since Go 1.22 was released in February 2024. Among the many changes and improvements in the release, there are some interesting...
Yesterday, I came across a recording from the 2018 GopherCon (GopherCon 2018: Jon Bodner - Go Says WAT). In this presentation, Jon Bodner delves into...