aboutsummaryrefslogtreecommitdiffstats
path: root/util/lamport.go
Commit message (Collapse)AuthorAgeFilesLines
* reorganize package for a more idomatic goMichael Muré2018-09-111-85/+0
|
* bug: add a Lamport logical clock to be able to sort bugs by creation time ↵Michael Muré2018-08-061-2/+2
| | | | and edit time without having to rely on a timestamp
* util: add a Lamport clock implementation as well as a persistable oneMichael Muré2018-08-051-0/+85