Closed nickvanw closed 5 years ago
I wouldn't use
blockquotes
in commit messages (nor triple backquotes), as not even GitHub renders commit messages in markdown.
The commits themselves aren't using blockquotes, only the PR title. I know they're not rendered, but I still do it anyway out of habit 😛
Hey @mvdan!
I've got some free time and am doing some cleanup here. It looks like you've been active today as well, so hopefully you're around!
This PR bumps us to using
irc
v2, which is a breaking change insofar asTrailing
goes away. I've bumped the version of this library to v2 as well and will tag it asv2.0.0
when all looks well.Next, I'll be doing some work on the logging portions of this to get rid of our
go-kit
dependency and make something significantly more lightweight.