Maps in Go are similar to objects in JavaScript

type user struct {  
	name: string  
	age: string  
}  
var user = make(map[string]user)