Skip to content

Commit

Permalink
updated test sample by parsing struct commit (swaggo#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
KuboOrk committed Jan 20, 2022
1 parent acf14cc commit fb46423
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testdata/struct_comment/web/handler.go
Expand Up @@ -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
Expand Down

0 comments on commit fb46423

Please sign in to comment.