Remotely Updating Go programs
January 2015
A meetup talk about how to make your Go applications update themselves from the Internet! The talk covers how to integrate the updating library go-update into your application so that it can update itself with just a few lines of code.
I go on to discuss how to use equinox.io to automatically distribute application updates with advanced techniques like code signing, gradual rollout, binary patching, and stable/beta release channels.