#go
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...
Hello! Welcome to the third post in the Golang Grammar Quiz series, where we'll be covering some questions about named return parameters. This content...
In the previous post, I presented a series of quizzes based on insights from the Jon Bodner's presentation at GopherCon 2018. This time, let's dive...
Yesterday, I came across a recording from the 2018 GopherCon (GopherCon 2018: Jon Bodner - Go Says WAT). In this presentation, Jon Bodner delves into...