kataras / rizla

:eyes: Rizla builds, runs and monitors your Go Applications with ease. See https://github.com/kataras/iris-cli for Iris users.
MIT License
190 stars 17 forks source link

Support multiple source files for Run() #5

Open wolfgangmeyers opened 8 years ago

wolfgangmeyers commented 8 years ago

Currently when multiple source files are passed to Run(), rizla creates multiple projects. When creating a project that uses platform-specific go files, it is necessary to pass in multiple .go files to go run: http://stackoverflow.com/questions/26920969/why-does-the-go-run-command-fail-to-find-a-second-file-in-the-main-package

It would be nice to have a Project handle multiple main source files to support this.

In support of: https://github.com/kataras/iris/issues/421

kataras commented 6 years ago

Done, check https://github.com/kataras/rizla/blob/master/HISTORY.md#009 , I late a little it was implemented some months ago but I've just documented it on the HISTORY sorry and thank you for your pattience @wolfgangmeyers