Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add missing web frameworks #1263

Merged
merged 1 commit into from
Jul 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ OPTIONS:
- [echo](http:/swaggo/echo-swagger)
- [buffalo](https:/swaggo/buffalo-swagger)
- [net/http](https:/swaggo/http-swagger)
- [gorilla/mux](https:/swaggo/http-swagger)
- [go-chi/chi](https:/swaggo/http-swagger)
- [flamingo](https:/i-love-flamingo/swagger)
- [fiber](https:/gofiber/swagger)
- [atreugo](https:/Nerzal/atreugo-swagger)
Expand Down
6 changes: 6 additions & 0 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ OPTIONS:
- [echo](http:/swaggo/echo-swagger)
- [buffalo](https:/swaggo/buffalo-swagger)
- [net/http](https:/swaggo/http-swagger)
- [net/http](https:/swaggo/http-swagger)
- [gorilla/mux](https:/swaggo/http-swagger)
- [go-chi/chi](https:/swaggo/http-swagger)
- [flamingo](https:/i-love-flamingo/swagger)
- [fiber](https:/gofiber/swagger)
- [atreugo](https:/Nerzal/atreugo-swagger)

## 如何与Gin集成

Expand Down
1 change: 0 additions & 1 deletion parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,6 @@ func defineTypeOfExample(schemaType, arrayType, exampleValue string) (interface{
result[mapData[0]] = v

continue

}

return nil, fmt.Errorf("example value %s should format: key:value", exampleValue)
Expand Down