iancoleman / orderedmap

orderedmap is a golang map where the keys keep the order that they're added. It can be de/serialized from/to JSON. It's based closely on the python collections.OrderedDict.
MIT License
360 stars 55 forks source link

Fix warnings in tests for Keys method #23

Closed itchyny closed 3 years ago

itchyny commented 3 years ago

This is a minor fix which suppresses warnings I get from gopls.

simplifyrange:Warning:simplify range expression