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>
1 file changed
tree: 7859dc3863fac5e10a500ecf8a97210145cb086a
  1. buildidtool/
  2. debugsyms/
  3. gndoc/
  4. godepfile/
  5. .gitignore
  6. go.mod
  7. go.sum
  8. manifest
  9. README.md
README.md

tools

All tools have been moved to fuchsia.git at https://fuchsia.googlesource.com/fuchsia/+/refs/heads/master/tools.