https://github.com/millerlogic/orderedmap
Go ordered map
https://github.com/millerlogic/orderedmap
collections map orderedmap
Last synced: 10 days ago
JSON representation
Go ordered map
- Host: GitHub
- URL: https://github.com/millerlogic/orderedmap
- Owner: millerlogic
- License: mit
- Created: 2018-05-21T09:45:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T10:02:45.000Z (over 7 years ago)
- Last Synced: 2025-12-01T04:21:09.463Z (2 months ago)
- Topics: collections, map, orderedmap
- Language: Go
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# orderedmap
Go ordered map.
Documentation: [godoc](https://godoc.org/github.com/millerlogic/orderedmap)
Can be used with [go code generator](https://github.com/reusee/ccg) 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
```