This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Add an auto-update functionality #1
Labels
Comments
Were you looking at using a particular framework or method? This is on my list of P1 features for my own app which is using this bootstrapper, I'd be more than happy to integrate it and push it upstream if it's a negligible amount of added work (since I already need to do it). |
I didn't want to use any framework as I wanted to keep things as simple as possible. What I had in mind is the following:
type Versioner interface {
LastVersion() (Version, error)
}
type Version struct {
Name string // Example: v1.2.3
URL string // Example: http://mysite.com/path/to/file
}
That being said, the
Does that make sense |
Curious. |
I think it would help indeed! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: