update See Declarative Comments Format URL

This commit is contained in:
liaol 2022-05-20 19:41:23 +08:00
parent eb1f2ffcfc
commit 00db08e4a9
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ gin middleware to automatically generate RESTful API documentation with Swagger
### Start using it
1. Add comments to your API source code, [See Declarative Comments Format](https://swaggo.github.io/swaggo.io/declarative_comments_format/).
1. Add comments to your API source code, [See Declarative Comments Format](https://github.com/swaggo/swag/blob/master/README.md#declarative-comments-format).
2. Download [Swag](https://github.com/swaggo/swag) for Go by using:
```sh