Versions in this module Expand all Collapse all v1 v1.7.1 Jan 30, 2025 v1.7.0 Dec 8, 2023 Changes in this version + type SortedMap struct + func New() *SortedMap + func (s *SortedMap) Get(k string) (v interface{}) + func (s *SortedMap) Keys() []string + func (s *SortedMap) Put(k string, v interface{})