Skip to content

arduino/go-properties-orderedmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

00365bf · Oct 16, 2019

History

35 Commits
Aug 24, 2017
Aug 25, 2017
Oct 1, 2018
Oct 16, 2019
Oct 16, 2019
Oct 2, 2018
Oct 2, 2018
Oct 2, 2018
Oct 16, 2019
Aug 28, 2019
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.