This script is useful if you want to download a release, specified by version number, unpack the tar file and smoke test the executable.
export RELEASE=0.0.1
export REPO_OWNER=jroehl
export REPO=go-suitesync
export EXECUTABLE=suitesync
curl -sL https://gist.github.com/jroehl/3de9407adebee7c1e845f0c52b5a8df3/raw/download-release.sh | bash