From fb46423bb4c03c18a5a8a7d2857f746e644e082c 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: Thu, 20 Jan 2022 10:38:22 +0300 Subject: [PATCH] updated test sample by parsing struct commit (#708) --- testdata/struct_comment/web/handler.go | 1 + 1 file changed, 1 insertion(+) diff --git a/testdata/struct_comment/web/handler.go b/testdata/struct_comment/web/handler.go index 9ca0de6a2..60293353a 100644 --- a/testdata/struct_comment/web/handler.go +++ b/testdata/struct_comment/web/handler.go @@ -18,6 +18,7 @@ type Post struct { // APIError // @Description API error // @Description with information about it +// Other some summary type APIError struct { // Error an Api error Error string // Error this is Line comment