Concept Flow - Short variable declaration
Start
Use := to declare and assign
Variable created with type inferred
Variable ready to use
End
The short variable declaration uses := to create and assign a variable in one step, with Go inferring the type automatically.