oduwsdl / MemGator

A Memento Aggregator CLI and Server in Go
https://memgator.cs.odu.edu/api.html
MIT License
55 stars 11 forks source link

Add self-update feature #65

Open ibnesayeed opened 8 years ago

ibnesayeed commented 8 years ago

It should be limited to only stable releases. https://github.com/sanbornm/go-selfupdate

ibnesayeed commented 8 years ago

Here is another similar package. https://github.com/inconshreveable/go-update

machawk1 commented 8 years ago

Also to consider is a feature similar to pip, who recognizes when it's out-of-date and alerts the user how to manually invoke the binary to be updated.