Versions in this module Expand all Collapse all v0 v0.0.27 Mar 10, 2021 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{})