package main func main() { var data []int dictionary := make(map[interface{}]struct{}) dictionary[data] = struct{}{} }