It's my first time writing anything of substance in golang. Most of my time was spent trying to wrangle the API because I didn't know what I was doing (I need to find that mastodon go library and contribute to it)
I already know I want to split most of it into another package, to load a json array into []string with the ability to get a random element. Should be easy: a struct with some functions.