Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple source files for Run() #5

Open
wolfgangmeyers opened this issue Sep 14, 2016 · 1 comment
Open

Support multiple source files for Run() #5

wolfgangmeyers opened this issue Sep 14, 2016 · 1 comment

Comments

@wolfgangmeyers
Copy link

wolfgangmeyers commented Sep 14, 2016

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
Copy link
Owner

kataras commented Feb 14, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants