hhow09
hhow09
Thanks for the specification! What I am thinking is: 1. `package.Package` - ~add field `Imports` and collect all imports from extracted `File`~ - add field `Path` to locate itself 3....
thanks for the prompt reply Then I will add `-model-dir` as flag. for step 1, - `Path` is required for model pkg import in generated code (step 3). - no...
this should merge after https://github.com/sunboyy/repogen/pull/44. It should automatically solve the current issue of missing package alias of generated `UserRepository`.
> Hi! I have just refactored the code to utilize the go/types and go/packages modules which should make this task far easier to implement than before. Are you still willing...
opened another PR https://github.com/sunboyy/repogen/pull/49