go

Sort descending struct in golang

英文: Sort descending struct in golang 问题 请查看这个示例。我想要的很简单:我想要按降序对所有的"records"进行排序。我无法弄清楚如何做到...