1. Problem
I recently wrote a tool gomdtoc to generate a Table of Contents for my notes directory. In order to sort the file names, I used the  sort.Strings().
...大约 4 分钟
I recently wrote a tool gomdtoc to generate a Table of Contents for my notes directory. In order to sort the file names, I used the  sort.Strings().