for key, value := range m {
    fmt.Println(key, value)
}