Skip to content

Commit

Permalink
feat: delete doubling swagger doc example (swaggo#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
KuboOrk committed Jan 19, 2022
1 parent 692ee3d commit f942256
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions README.md
Expand Up @@ -641,24 +641,6 @@ generated swagger doc as follows:
}
```

generated swagger doc as follows:
```json
"Account": {
"type":"object",
"description": "User account information"
"properties": {
"id": {
"type": "integer",
"description": "ID this is userid"
},
"name": {
"type":"string",
"description": "This is Name"
}
}
}
```

### Use swaggertype tag to supported custom type
[#201](https://github.com/swaggo/swag/issues/201#issuecomment-475479409)

Expand Down

0 comments on commit f942256

Please sign in to comment.