fix: map exercises
This commit is contained in:
@ -13,7 +13,7 @@ func main() {
|
||||
var (
|
||||
phones map[string]string
|
||||
// Key : Last name
|
||||
// Element : Last name
|
||||
// Element : Phone number
|
||||
|
||||
// Key : Product ID
|
||||
// Element : Available / Unavailable
|
||||
|
Reference in New Issue
Block a user