1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
[](https://godoc.org/github.com/arduino/go-properties-orderedmap)
[](https://github.com/arduino/go-properties-orderedmap/actions/workflows/check-license.yml)
[](https://github.com/arduino/go-properties-orderedmap/actions/workflows/check-markdown-task.yml)
[](https://github.com/arduino/go-properties-orderedmap/actions/workflows/check-taskfiles.yml)
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](https://godoc.org/github.com/arduino/go-properties-orderedmap).
## Security
If you think you found a vulnerability or other security-related bug in this project, please read our
[security policy](https://github.com/arduino/go-properties-orderedmap/security/policy) and report the bug to our Security Team 🛡️
Thank you!
e-mail contact: security@arduino.cc
|