Github issue timeline is not stable
Aoi-hosizora opened this issue · 0 comments
Aoi-hosizora commented
Go's sort is not stable, it turns out the timeline's order will change sometimes.
Please use sort.SliceStable
rather sort.Slice
, and add id filter in less func(i, j int) bool