• A small copy-paste typo can be found at end of slide §6.1 Generic Keys and Values functions from x/exp/maps.

    Values was mistyped Keys:

    for i := 0; i < 5; i++ {

    fmt.Printf("Values: %#v\n", Values(m))

    }