github.com/grantbow/fit@v0.7.1-0.20220916164603-1f7c88ac81e6/fit/sort-chronological/Description (about) 1 #### What did you do? 2 3 $ bug list 4 5 6 #### What did you expect to see? 7 8 stable sort order of bugs as they are added - use chronological 9 10 11 #### What did you see instead? 12 13 unstable sort order, numeric ids change around too much 14 15 16 #### Does this issue reproduce with the latest release? 17 18 yes 19 20 21 https://gobyexample.com/sorting-by-functions 22 https://www.google.com/search?q=golang+sort+array+strings+alphabetically 23 https://golang.org/pkg/time/#example_Time_Unix 24 https://golang.org/pkg/os/#FileInfo 25 26 This was a great exercise using sort.Sort and sort.Strings. 27 easily implemented if sorting the directory entries every time you do an os.readdir 28