package gofin import ( "fyne.io/fyne/v2" "github.com/ebitengine/oto/v3" ) func main() { var ctx = oto.Context{} print(ctx) fyne.App.Quit() }