value, ok := m["age"] if ok { fmt.Println("Found:", value) } else { fmt.Println("Key not found") }