Hi, I'd like to SSH to a remote host and run an arbitrary command. I found
this pretty difficult to do with existing Go libraries.
The first problem I had was around escaping; commands run locally are
appropriately escaped but I found it difficult to get the right escaping
for commands run remo
One tool I add to most of my projects is a Make target that opens
documentation for the current project in a web browser.
I wrote a short binary to do this
here: https://github.com/kevinburke/godocdoc
It would also be nice to be able to jump easily from a bug number,
e.g. 17391, to the relevan