go-godo / godo

golang build tool in the spirt of rake, gulp
MIT License
536 stars 31 forks source link

remove M{"Dir": "example"} from Start command #5

Closed troyk closed 10 years ago

troyk commented 10 years ago

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

mgutz commented 10 years ago

You're correct. I changed that this morning. I have a few more utility functions to finish up after work before I push. Thanks though.