An implementation of the 7 GUIs challenge using the Fyne toolkit.
A simple counter that increments each time the "Count" button is pressed.
go get github.com/fyne-io/7guis/counter
The temperature converter allows users to enter a value in degrees C or degrees F and will automatically update the other field.
go get github.com/fyne-io/7guis/temperature-converter
Demonstration of how data is separated from rendering supporting create, read, update and delete.
go get github.com/fyne-io/7guis/crud