mirror of
https://github.com/golang/go
synced 2024-11-08 03:46:10 -07:00
9d40fadb1c
Previously, the result of sorting a map[interface{}] containing
multiple concrete types was non-deterministic. To ensure consistent
results, sort first by type name, then by concrete value.
Fixes #30398
Change-Id: I10fd4b6a74eefbc87136853af6b2e689bc76ae9d
GitHub-Last-Rev:
|
||
---|---|---|
.. | ||
export_test.go | ||
sort_test.go | ||
sort.go |