README: add a link to the go docs
This commit is contained in:
parent
528535f63e
commit
05776eb33d
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
||||||
|
# Go Omaha
|
||||||
|
|
||||||
Implementation of the omaha protocol in Go.
|
Implementation of the omaha protocol in Go.
|
||||||
|
|
||||||
https://code.google.com/p/omaha/
|
https://code.google.com/p/omaha/
|
||||||
|
|
||||||
|
## Docs
|
||||||
|
|
||||||
|
http://godoc.org/github.com/coreos/go-omaha/omaha
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/coreos/go-omaha.png)](https://travis-ci.org/coreos/go-omaha)
|
[![Build Status](https://travis-ci.org/coreos/go-omaha.png)](https://travis-ci.org/coreos/go-omaha)
|
||||||
|
|
Loading…
Reference in a new issue