File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
2
- [ ![ GoDoc] ( https://godoc.org/github.com/arduino/go-properties-map ?status.svg )] ( https://godoc.org/github.com/arduino/go-properties-map )
2
+ [ ![ GoDoc] ( https://godoc.org/github.com/arduino/go-properties-orderedmap ?status.svg )] ( https://godoc.org/github.com/arduino/go-properties-orderedmap )
3
3
4
4
Package ` properties ` is a library for handling maps of hierarchical properties.
5
5
6
6
This library is mainly used in the Arduino platform software to handle
7
7
configurations made of key/value pairs stored in files with an INI like
8
8
syntax.
9
9
10
+ This map also keeps the insertion order when ranging through the ` Keys() ` method.
11
+
10
12
For more information read the docs [ here] ( https://godoc.org/github.com/arduino/go-properties-map ) .
11
13
You can’t perform that action at this time.
0 commit comments