pkar / refurbish

A simple binary self updating package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

refurbish

wercker status

A simple binary auto updater. Currently it only works with accessible http urls.

	package main

	import "github.com/pkar/refurbish"

	func main() {
		r := refurbish.New("http://example.com/path/to/binary", "http://example.com/path/to/md5", "sudo initctl restart binary")
		go r.run()
	}

todo

  • alot

About

A simple binary self updating package


Languages

Language:Go 100.0%