panzouh

Results 4 comments of panzouh

Up! Will this feature could be coming soon ?

Same issue here, project structure : ```bash ├── README.md ├── controllers │ ├── bozo-coin.go │ ├── controller.go │ ├── default-route.go │ └── user.go ├── docs │ ├── docs.go │ ├──...

I am adding more context b/c it could be related : ```bash ❯ swag init --pd 2023/07/27 14:22:36 Generate swagger docs.... 2023/07/27 14:22:36 Generate general API Info, search dir:./ 2023/07/27...

Posting an update since I somehow figured how to generate documentation, it seems that including my controller directory and persist dependencies affected swag's behavior : ```bash ❯ swag init -g...