Guillaume Langlois 556b1d6a4e first commit
2024-11-09 12:01:56 -05:00

14 lines
209 B
Go

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
}