Go to file
Michael Marineau 9a796427d5 omaha: distinguish zero and unset in ping active days field
Unlike the other fields unset here would mean unknown rather than "0" so
we must distinguish between the two. In the end it isn't very
significant since our update server and none of our clients use these
self-reported active times, exclusively using when pings were received.
2017-04-24 13:05:53 -07:00
fixtures feat(omaha): add a machineid field 2014-03-17 14:29:04 -07:00
omaha omaha: distinguish zero and unset in ping active days field 2017-04-24 13:05:53 -07:00
.gitignore Initial commit 2013-03-27 16:59:16 -07:00
.travis.yml travis: test against go 1.7 and 1.8 2017-04-21 14:12:44 -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