Results 3 issues of hhow09

**Is your feature request related to a problem? Please describe.** in `func (paging *pagingQuery) Find()`, `Paging(...)` could be executed concurrently with `Find()` **Describe the solution you'd like** ```go func (paging...

### Issue https://github.com/sunboyy/repogen/issues/41 ### Feature - `package.Package` add field `Path` to locate itself. - add flag `model-dir` and `dest-pkg` - `code.Struct` add field `PackageAlias` to represent imported type and update...

Nice generator package! **Is your feature request related to a problem? Please describe.** With dependency injection pattern, it's common that controller package defines the repository interface and accept it as...