Skip to content

Commit

Permalink
doc: add missing web frameworks (#1263)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubogdan committed Jul 13, 2022
1 parent bd21bb0 commit 401e414
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -128,6 +128,8 @@ OPTIONS:
- [echo](http://github.com/swaggo/echo-swagger)
- [buffalo](https://github.com/swaggo/buffalo-swagger)
- [net/http](https://github.com/swaggo/http-swagger)
- [gorilla/mux](https://github.com/swaggo/http-swagger)
- [go-chi/chi](https://github.com/swaggo/http-swagger)
- [flamingo](https://github.com/i-love-flamingo/swagger)
- [fiber](https://github.com/gofiber/swagger)
- [atreugo](https://github.com/Nerzal/atreugo-swagger)
Expand Down
6 changes: 6 additions & 0 deletions README_zh-CN.md
Expand Up @@ -123,6 +123,12 @@ OPTIONS:
- [echo](http://github.com/swaggo/echo-swagger)
- [buffalo](https://github.com/swaggo/buffalo-swagger)
- [net/http](https://github.com/swaggo/http-swagger)
- [net/http](https://github.com/swaggo/http-swagger)
- [gorilla/mux](https://github.com/swaggo/http-swagger)
- [go-chi/chi](https://github.com/swaggo/http-swagger)
- [flamingo](https://github.com/i-love-flamingo/swagger)
- [fiber](https://github.com/gofiber/swagger)
- [atreugo](https://github.com/Nerzal/atreugo-swagger)

## 如何与Gin集成

Expand Down
1 change: 0 additions & 1 deletion parser.go
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

0 comments on commit 401e414

Please sign in to comment.