Aoi-hosizora/common_api

Github issue timeline is not stable

Aoi-hosizora opened this issue · 0 comments

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