We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Merge pull request #1 from weikangchia/chore/update-jsonparser-to-1.1.2 chore: update jsonparser to version 1.1.2
moved to supported yaml go.yaml.in/yaml/v4 is now where we hang our hat!
completely removed easyjson
fix test!
tuned for new module name
v2.1.8: YAML serialization/deserialization Signed-off-by: Jean Rouge <rougej+github@gmail.com>
Adding `GetAndMoveToBack()` and `GetAndMoveToFront()` methods Makes it easier to use ordered maps to implement e.g. LRUs.