-
A Question about Go Error Formatting
Wednesday, April 21, 2021
On a code review a coworker left me the following comment: return fmt.Errorf("Error %s: %v", thing, err) …more
-
Better living with Markdown Tables
Wednesday, April 21, 2021
I write a lot of markdown. Something I often end up wanting is markdown tables, especially when I am commenting on or creating pull requests on github.com. Sadly the process of making markdown tables is oddly annoying. Especially if you want to make the formatted nicely. There are tools that can do this for you. pandoc being the big one. That said pandoc is a swiss army knife of tools. It can do just about everything and anything.…more