September 19, 2015 at 03:31 PM PDT One of the tools I've learned when writing #golang is how to coalesce errors behind an API boundary. Makes for cleaner code. permalink
August 30, 2015 at 03:51 PM PDT ./unixtools gzcat ~/Desktop/f.gz.gz | ./unixtools gzip -d - ... having fun implementing parts of busybox using #golang. So far I've got gzcat, gzip, and yes permalink