This commit is contained in:
Lea Anthony 2019-10-08 06:12:08 +11:00 committed by GitHub
commit 20428b0407
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
123 changed files with 13210 additions and 1491 deletions

View file

@ -18,7 +18,7 @@ func NewGitHubHelper() *GitHubHelper {
}
// GetVersionTags gets the list of tags on the Wails repo
// It retuns a list of sorted tags in descending order
// It returns a list of sorted tags in descending order
func (g *GitHubHelper) GetVersionTags() ([]*SemanticVersion, error) {
result := []*SemanticVersion{}