go/updater/README.md
Warning: This isn't ready for non-Keybase libraries to use yet!
The goals of this library are to provide an updater that:
This updater library is used to support updating (in background and on-demand) for Keybase apps and services.
The main package is the updater core, there are other support packages:
This library should pass the gometalinter.
There is a pre-commit hook available:
pip install pre-commit
go get -u github.com/alecthomas/gometalinter
gometalinter --install --update
pre-commit install
pre-commit run -a