commit | 1681cfd476594d180cc8a35233772a1a0c62a7b8 | [log] [tgz] |
---|---|---|
author | Petr Hosek <phosek@google.com> | Mon Jul 20 17:56:20 2020 +0000 |
committer | CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> | Mon Jul 20 17:56:20 2020 +0000 |
tree | 7859dc3863fac5e10a500ecf8a97210145cb086a | |
parent | 55e534802e7744532444a850058887ba1b1e0ba4 [diff] |
Use array for prefixmap instead of map Go doesn't guarantee the order of items in a map, in fact the order is randomized, but for prefixmap the order is important so use array. Bug: 3300 Change-Id: Icbf2b2ccc68f980001ed657f090d29b308b602a0 Reviewed-on: https://fuchsia-review.googlesource.com/c/tools/+/408554 Commit-Queue: Petr Hosek <phosek@google.com> Reviewed-by: Scott Graham <scottmg@google.com> Reviewed-by: David Turner <digit@google.com>
All tools have been moved to fuchsia.git at https://fuchsia.googlesource.com/fuchsia/+/refs/heads/master/tools.