You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: