package test import ( "github.com/fsnotify/fsnotify" "github.com/wailsapp/wails" ) type Games struct { filename string runtime *wails.Runtime logger *wails.CustomLogger watcher *fsnotify.Watcher }