Go ordered map. Documentation: godoc
Can be used with go code generator to generate a type safe ordered map, such as:
ccg -f github.com/millerlogic/orderedmap -t KeyType=int,ValueType=string -r OrderedMap=IntStringOrderedMap,NewOrderedMap=NewIntStringOrderedMap,link=intstringlink -o intstringorderedmap.go