Closed taigrr closed 1 year ago
This can't be done until Debian Stable includes go 1.16 support to ensure compatibility with FyshOS. The linked PR is closed to avoid clutter, but I will leave this issue open as a reminder when the time comes.
It's here! Golang v1.19 is now part of debian stable.
Yes this is good news. However I'd recommend holding back until Fyne updates to 1.17 minimum (on develop, will be 2.4.0) - just to avoid surprising developers?
Yeah that makes sense.
Fyne's generator for creating embedded static resources was a great idea, and necessary at the time of creation, but as of Go 1.16, there's a new standard library API called embed.
I would like to propose fin moves over to that package instead. Benefits include:
.go
files in the workspace that editors can choke one when evaluatingI've already implemented this myself, PR incoming.