Hacker News new | ask | show | jobs
by akshayshah 1222 days ago
At a previous job, my team slowly built an absolutely unmanageable bash script (hundreds of lines, including _many_ complex, multi-line jq incantations). The first step in migrating that script to go was to embed it in a Go binary and run it with gosh.

Kudos to Daniel for building such a wonderful package.