secnot/orderedmap
OrderedMap is a Go implentation of a map that preserves the order of insertion, so key/value pais can be iterated in the order they where added
GoMIT
OrderedMap is a Go implentation of a map that preserves the order of insertion, so key/value pais can be iterated in the order they where added
GoMIT