Updater. Automatically update your software when new versions come out on GitHub.

github.com/tj/go-update

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

May 2020
  • add missing runtime import
  • remove broken tests
  • Merge pull request #15 from dominicletz/patch-3
  • Merge pull request #13 from dominicletz/patch-1
  • Merge pull request #14 from dominicletz/patch-2
April 2020
  • add windows compatibility workaround
  • fix log message
  • add FindZip()
February 2020
  • add license. Closes #12
September 2018
  • fix rename arg order
  • fix text busy error with copy to the same partition followed by a rename
  • replace rename() with copy
January 2018
  • add quick support for specifying a version
November 2017
  • change LatestReleases() to return a request.Error
  • remove /releases from Apex store
October 2017
  • add Store interface, Github and Apex implementations
  • add Store and Github
July 2017
  • change to install from tarballs. Closes #4
  • remove ansi stuff from example
  • add Example