mouuff / go-rocket-update

Easy to use and modular library to make self updating golang programs
Other
100 stars 10 forks source link

Providers is awesone #4

Open gedw99 opened 3 years ago

gedw99 commented 3 years ago

The provider pattern is great. I noticed so many libs doing the same but hard coded to one provider. This project will hopefully flourish because of it allowing many devs to add providers - nice work.

I am wondering if you found a decent download Webportal package for golang when researching this project ? Equinox projects one that is generated. I think a Hugo based one would be a nice addition. So users can download the binary initially from there. The location of the binary can then match the providers.

mouuff commented 3 years ago

Yes it could be a great addition, I will look into that! Thank you for your feedback!