mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-04-12 13:53:13 +00:00

* The input from the disk is sorted in-memory, because an admin might want to fiddle with categories.json directly and break the sorted order. * Insertion/deletion preserve order, thanks to a new dependency. * The dependency is an official golang package, so I think it's safe to have it.