qbit / go-properties-orderedmap

Helper functions to handle ordered maps of hierarchical properties

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoDoc

Package properties is a library for handling maps of hierarchical properties.

This library is mainly used in the Arduino platform software to handle configurations made of key/value pairs stored in files with an INI like syntax.

This map also keeps the insertion order when ranging through the Keys() method.

For more information read the docs here.

About

Helper functions to handle ordered maps of hierarchical properties

License:GNU General Public License v2.0


Languages

Language:Go 100.0%