[go-nuts] Running commands via SSH

2016-11-26 Thread kburkeorg
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

[go-nuts] Re: Tooling experience feedback

2016-10-19 Thread kburkeorg
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