Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The previous code tried to make the result deterministic (See commit 74851f1), by always having the largest name at the end. This would work for simple hashtable. Go does not use this, as discussed in #476 (comment) Use sort.Slice() to sort the entries by name. Change-Id: Ibf576b00a214e38aa6bcd6b64ee6b9844408e04a
- Loading branch information