From f9422560e28b83a8fccc249e65a6d0cd8e60725e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D1=83=D1=81=D0=B5=D0=B2=20=D0=98=D0=BB=D1=8C=D1=8F?= Date: Wed, 19 Jan 2022 18:50:05 +0300 Subject: [PATCH] feat: delete doubling swagger doc example (#708) --- README.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/README.md b/README.md index ea1db35f0..0c9e372bd 100644 --- a/README.md +++ b/README.md @@ -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)