Concept Flow - Map use cases
Declare map variable
Initialize map with make()
Add key-value pairs
Access values by key
Check if key exists
Delete key-value pair
Iterate over map
End
This flow shows how to declare, initialize, use, and manipulate maps step-by-step in Go.