[go-nuts] Native messaging host library

2016-12-16 Thread Sol
After working on a native messaging host application for chrome and Firefox, I thought some might find it useful if I extracted the messaging part into library. https://github.com/qrtz/nativemessaging Your feedback is very much welcomed -- You received this message because you are subscribed t

[go-nuts] [ANN][UPDATE] Livedev: Live reload tool for Go web app

2016-06-14 Thread Sol
I have recently added a few features I thought were worth sharing. - use fsnotify instead of scanning for changes on every request - automatically reload html pages on change - display panic output in the browser with link to the source file and line number https://github.com/qrtz/livedev Tha