Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arduino/go-properties-orderedmap
Helper functions to handle ordered maps of hierarchical properties
https://github.com/arduino/go-properties-orderedmap
golang tooling-team
Last synced: about 1 month ago
JSON representation
Helper functions to handle ordered maps of hierarchical properties
- Host: GitHub
- URL: https://github.com/arduino/go-properties-orderedmap
- Owner: arduino
- License: gpl-2.0
- Created: 2018-10-01T09:54:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T15:24:24.000Z (2 months ago)
- Last Synced: 2024-09-29T08:27:09.941Z (about 2 months ago)
- Topics: golang, tooling-team
- Language: Go
- Homepage:
- Size: 164 KB
- Stars: 2
- Watchers: 16
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![GoDoc](https://godoc.org/github.com/arduino/go-properties-orderedmap?status.svg)](https://godoc.org/github.com/arduino/go-properties-orderedmap)
[![Check License status](https://github.com/arduino/go-properties-orderedmap/actions/workflows/check-license.yml/badge.svg)](https://github.com/arduino/go-properties-orderedmap/actions/workflows/check-license.yml)
[![Check Markdown status](https://github.com/arduino/go-properties-orderedmap/actions/workflows/check-markdown-task.yml/badge.svg)](https://github.com/arduino/go-properties-orderedmap/actions/workflows/check-markdown-task.yml)
[![Check Taskfiles status](https://github.com/arduino/go-properties-orderedmap/actions/workflows/check-taskfiles.yml/badge.svg)](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: [email protected]