Go Learning Journey - Week 5: Control Flow & Functions Deep Dive
Hey everyone!
Week 5 is done, and wow - this was a big one. Chapters 11, 12, and 13 of "For the Love of Go" took me deep into how Go programs actually flow and execute. We're talking statements, conditionals, loops, switches, and a seriously deep dive into functions.
This week felt less like learning new features and more like understanding the fundamentals of how Go thinks. Let me break it down.



