Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: wk8/go-ordered-map

Tags

v2.1.8

Toggle v2.1.8's commit message
v2.1.8: YAML serialization/deserialization

Signed-off-by: Jean Rouge <[email protected]>

v2.1.6

Toggle v2.1.6's commit message
Adding `GetAndMoveToBack()` and `GetAndMoveToFront()` methods

Makes it easier to use ordered maps to implement e.g. LRUs.

v2.1.4

Toggle v2.1.4's commit message
v2.1.4

* Fixed a bug with UTF-8 special characters in JSON keys
* Made fuzz tests easier to understand/debug in case of failures

Signed-off-by: Jean Rouge <[email protected]>

v2.1.2

Toggle v2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #21 from wk8/jrouge/lazy_init_unmarshall

v2.1.2

v2.1.1

Toggle v2.1.1's commit message
Fixing a bug with JSON marshalling

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #16 from wk8/jrouge/json

Adding support for JSON serialization/deserialization

v2.0.0

Toggle v2.0.0's commit message
Need v2 in go.mod

Signed-off-by: Jean Rouge <[email protected]>