mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Develop (#250)
This commit is contained in:
parent
694f80434a
commit
20428b0407
123 changed files with 13210 additions and 1491 deletions
|
|
@ -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{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue