xusen

Results 29 comments of xusen
trafficstars

> Is this still in the works? yes I'm not familiar with PgSQL, Are you willing to submit PR for improvement?

[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 . ![image](https://user-images.githubusercontent.com/33006878/127794645-75bd3360-00dd-4bd1-820d-9fab617f5f57.png)

> 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.