Skip to content

arduino/go-properties-orderedmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3996245 · Sep 10, 2020

History

47 Commits
Jul 11, 2020
Aug 25, 2017
Sep 10, 2020
Apr 22, 2020
Oct 16, 2019
Oct 16, 2019
Oct 2, 2018
Oct 2, 2018
Oct 2, 2018
Jul 11, 2020
Jul 11, 2020
Oct 2, 2018
Oct 2, 2018

Repository files navigation

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.