Versions in this module Expand all Collapse all v0 v0.2.2 May 11, 2025 v0.2.1 Dec 19, 2023 v0.2.0 Dec 19, 2023 Changes in this version + func RespToMap(resp json.Marshaler) map[string]any v0.1.0 Dec 19, 2023 Changes in this version + func MapSortKeys[K constraints.Ordered, V any](m map[K]V) []K + func MapValueOrDefault[K comparable, V any](m map[K]V, key K, defval V) V