repositorypackage
0.0.0-20211004081742-962098bc0221
Repository: https://github.com/arduino/go-properties-map.git
Documentation: pkg.go.dev
# README
DEPRECATED: This library has been phased out in favor of: https://github.com/arduino/go-properties-orderedmap
Please use the library above for new projects
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.
For more information read the docs here.