What would you like to be enhanced
: Method to synchronize source or destination model(i.e., struct)
Why is this needed
: To create Swagger document (swag init is possible only when the struct is in the project)
: For efficient model (i.e. structure) synchronization and version/synchronization time recording.
Proposed solution
: Currently, a script is used.
: There is no clear way to improve it 😅
What would you like to be enhanced : Method to synchronize source or destination model(i.e., struct)
Why is this needed : To create Swagger document (
swag init
is possible only when the struct is in the project) : For efficient model (i.e. structure) synchronization and version/synchronization time recording.Proposed solution : Currently, a script is used. : There is no clear way to improve it 😅