xusen
xusen
have a time plan?
> Is this still in the works? yes I'm not familiar with PgSQL, Are you willing to submit PR for improvement?
Excuse me, how did you solve it ?
[Demo](https://github.com/swaggo/swag/blob/master/README_zh-CN.md#%E5%93%8D%E5%BA%94%E5%AF%B9%E8%B1%A1%E4%B8%AD%E7%9A%84%E6%A8%A1%E5%9E%8B%E7%BB%84%E5%90%88)
conflict: packageNameStructName(use camelCase). example: apiJsonResult. no conflict: structName. example: JsonResult.
1. Some tools may not recognize `.` well . 2. All generated models have package names . I think it's not intuitive and redundant . 
> I've worked around this with some Make targets > > The first runs `swag init` on the root project, creating the `docs/swagger.json` and `docs/swagger.yaml` > > The second mounts...
@OneCricketeer thank you very much ! I've run it successfully.
hi, excuse me, have you solved it ?