Konovalov Maxim
Konovalov Maxim
> See v2. Where?
if I have time, I will try to support this logger
lets do Russian description of service like into https://github.com/golang-standards/project-layout
@fogleman , please check this one merge request and merge
@fogleman , please write some comments for this issue
@thshdw , I have show_ssh_config_hosts to true, but it does not help
@appleboy , I suggest closing this issue, since this logic does not apply to gin
i think the best way to use code like this ```go var ErrorResponseBadAuthorization = ErrorResponse{ Error: "Bad Authorization", Message: "BAD_AUTHORIZATION", Code: "Error", } ``` but.. swaggo cant parse variables //...
> The annotation could be defined as `@Failure 400 {object} badrequest_foo` which reads the json in file `docs/json/badrequest_foo.json` looks like crutch, but it really works, thanks
> Please, add more unit-tests for a new requests/response. You could see how it is tested on the main package and inside the `crud` subpackage. > > We also need...