Commit Graph

3 Commits

Author SHA1 Message Date
Dave Protasowski 8535fcc248
gofumpt the repo (#3067)
* gofumpt the repo

* don't prefix numbers with 0 - otherwise they're octal
2024-06-25 07:27:07 +00:00
Dave Protasowski b35fcddda9
kmap changes (#2355)
* add list variant to exclude keys

* Rename OrderedLookup to be KeyPriority

- make it a type alias of a string array
- add a update key function that can be used for migration
2021-11-19 15:11:11 -08:00
Dave Protasowski a99300deff
kmap (#2354)
* move some functional map operations to it's own package

* include a new accessor helper for migrating key names

* use kmap methods

* add deprecation notices

* fix boilerplate

* Rename Accessor to OrderedLookup
2021-11-19 09:07:23 -08:00