Go to file
Nick Owens e5eb9eb583 omaha: implement server based on OmahaHandler
As-is this server cannot do much and must be given an Updater
implementation to handle requests. Server.Mux is exposed to in case the
server needs to additional handlers for serving package payloads, etc.
2017-04-21 14:12:44 -07:00
fixtures feat(omaha): add a machineid field 2014-03-17 14:29:04 -07:00
omaha omaha: implement server based on OmahaHandler 2017-04-21 14:12:44 -07:00
.gitignore Initial commit 2013-03-27 16:59:16 -07:00
.travis.yml travis.yml: try to build all of the packages 2013-06-25 08:56:17 -07:00
LICENSE LICENSE: Initial commit 2013-06-23 19:42:30 -07:00
README.md Update README.md link to github.com/google/omaha 2015-11-01 08:48:27 +00:00

README.md

Go Omaha

Implementation of the omaha protocol in Go.

https://github.com/google/omaha

Docs

http://godoc.org/github.com/coreos/go-omaha/omaha

Build Status