Heads up This series is written with the help of artificial intelligence (Claude), cross-checking every technical claim against the official Go documentation (go.dev) and citing the source for every relevant statement. Even so, it doesn’t replace your own judgment: compile it, test it, and be suspicious of any paragraph with no link behind it. Spot […]
READ MORE
In the previous article we installed Go and compiled our first binary. Today we cover the raw material everything else is made of: Go data types, variables and constants. And at the end, iota, that word that shows up in every Go codebase and nobody explains right the first time. Static typing, minimal ceremony Go […]
READ MORE
Why yet another language Go was born at Google in 2007, designed by Robert Griesemer, Rob Pike and Ken Thompson (yes, Unix Ken Thompson), and open sourced in November 2009. Source: official Go FAQ. If the plan is to learn Go from scratch, this series starts right here. If the plan is to learn Go […]
READ MORE