Исходники и презентации
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
func main() {
|
||||
var data []int
|
||||
dictionary := make(map[interface{}]struct{})
|
||||
dictionary[data] = struct{}{}
|
||||
}
|
||||
Reference in New Issue
Block a user