Closed gua-pian closed 2 years ago
according to https://go.dev/ref/spec#Map_types, key type must not be a function, map, or slice
This change is
This is not a bug with orderedmap, but rather a documented limitation of Go. It is the responsibility of the implementation to prevent illegal values if those situations are possible.
orderedmap
according to https://go.dev/ref/spec#Map_types, key type must not be a function, map, or slice
This change is