Concept Flow - Zero values
Declare variable without initialization
Go assigns zero value based on type
Use variable in code
Variable holds zero value if not set explicitly
When you declare a variable in Go without giving it a value, Go automatically sets it to a zero value depending on its type.