when running example from README, got following error tasks/Gosufile.go:20: cannot use gosu.M literal (type gosu.M) as type *gosu.Cmd in argument to gosu.Start
seems Start takes a *Cmd so not sure of the intent, but this will help new users get up and going without an error
when running example from README, got following error
tasks/Gosufile.go:20: cannot use gosu.M literal (type gosu.M) as type *gosu.Cmd in argument to gosu.Start
seems Start takes a *Cmd so not sure of the intent, but this will help new users get up and going without an error