orderedmap icon indicating copy to clipboard operation
orderedmap copied to clipboard

orderedmap is a golang map where the keys keep the order that they're added. It can be de/serialized from/to JSON. It's based closely on the python collections.OrderedDict.

Results 13 orderedmap issues
Sort by recently updated
recently updated
newest added

`{{range $i, $n := .columns.Get "ID"}}{{end}}` Doesn't work then get error: > can't call method/function "Get" with 2 results

Fix #25 I added a helper function called `encodeNoNewline`.