No description
Find a file
Brandon Philips acc428b640 fix(omaha): follow go standards with package name
The last item in a package path in Go should match the package name.
This is not the case right now.

Fix by making the new import path:

github.com/coreos/go-omaha/omaha
2013-06-23 19:54:27 -07:00
fixtures chore(omaha): move everything to the top level directory 2013-04-11 10:26:19 -07:00
omaha fix(omaha): follow go standards with package name 2013-06-23 19:54:27 -07:00
.gitignore Initial commit 2013-03-27 16:59:16 -07:00
LICENSE LICENSE: Initial commit 2013-06-23 19:42:30 -07:00
README.md Initial commit 2013-03-27 16:59:16 -07:00

Implementation of the omaha protocol in Go.

https://code.google.com/p/omaha/