-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure looping over unmarshalled YAML data is consistent
We noticed that unmarshalling data from YAML to maps may not be consistent in Golang, especially when it comes to key order. Add a step to sort keys whenever looping over data that has been unmarshalled, so that loops are consistent over time. Change-Id: Ia7549d8b6adc979b4193131e06e3ac32edef5a84
- Loading branch information
Showing
2 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters