5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 22:13:36 +08:00
Commit Graph

7 Commits

Author SHA1 Message Date
Eng Zer Jun
ef8d7d2fd7
refactor: move from io/ioutil to io and os packages
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-11-25 12:15:43 +08:00
Lea Anthony
a706b3f7e5
Use Releases API for tag discovery 2021-03-27 21:24:17 +11:00
Lea Anthony
20428b0407
Develop (#250) 2019-10-08 06:12:08 +11:00
Lea Anthony
30298b4237
feat: add IsValidTag 2019-05-12 12:50:28 +10:00
Lea Anthony
71194108de
feat: better version comparison 2019-05-10 23:01:50 +10:00
Lea Anthony
c08d1d7b3c
fix: remove test data 2019-05-10 21:18:35 +10:00
Lea Anthony
cea7b1e494
feat: new Github helper 2019-05-10 21:11:43 +10:00