I just recently started looking at Go (a more Google-friendly search term is "golang"). I'll jot some thoughts on it sometime. As I explore the language, I realized that the first project I tend to code is a "file-renamer," in which the modification timestamp of the file would get added to the filename. Preferably it would be prepended, so that the sorting by Name would be just like sorting like Mod Time.
As I begin to make some of my code repository public, the file-renamer is the first on the lists. I did a Bash one a few years ago, and published it on LinuxQuestions[1] (I probably should be "proper" and copy that code into my Bitbucket). I did a Python version recently, while I was exploring Python 3. And currently I'm doing a version in Go.
[1] my only other LQ post (at this time), also refers to that code
P.S. To-Do:
I gotta figure out "LinkBacks" (as a generalized term for three methods of communication between Websites: Trackbacks, Pingbacks, Refbacks)