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

[Question] Under windows platform, 'iocli gen' only generate file under current pacakge. #114

Open
LaurenceLiZhixin opened this issue Aug 6, 2022 · 2 comments

Comments

@LaurenceLiZhixin
Copy link
Collaborator

As for linux/darwin platform, after running 'iocli gen' under root pkg of go project. all pkg of the project are scanned and did code generation. But under windows platform, iocli gen only scan current project and gen code for it. It causes the problem that when developing under windows platform , developers have to run iocli gen under each package that needs to gen code.

The problem may caused by windows path spliter '' , and wecan try fixed by refering to solution of controller-gen

@CC-Cheunggg
Copy link

Which solution is concrete? I can't find the solution from the link that you supply.

@wulie
Copy link

wulie commented Jan 25, 2024 via email

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

No branches or pull requests

3 participants