Files

8 lines
123 B
Go

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