Here is what I am trying to do.
person := map[string]int { "age": 20, } var p interface{} = person v := reflect.ValueOf(p) // I want to get/set the