sanbornm / go-selfupdate

Enable your Go applications to self update
MIT License
1.52k stars 173 forks source link

Update to use go mod and parameterize check time and randomize time #35

Closed kyle-williams-1 closed 3 years ago

kyle-williams-1 commented 3 years ago

The following PR is intended to:

I left ForceUpdate, even though you could use CheckTime=0 and RandomizeTime=0 since there may be use-cases where you may want to have both.

kyle-williams-1 commented 3 years ago

@sanbornm, checking in to see your thoughts on this. Thanks!

sanbornm commented 3 years ago

@kyle-williams-1 Sorry for the delay. I need to double check my notification settings. This looks great. Thanks again!