-
**Describe the bug**
There seems to be something wrong with UI
**To Reproduce**
Steps to reproduce the behavior:
Do the exact example of https://github.com/swaggo/echo-swagger/ readme file
**…
-
main.go 22行的BasePath填 ‘/’ 会不会比较好,
不然在swagger/index.html页面的里面测试测口的时候地址是
http://127.0.0.1:8000/v1/api/v1/articles?tag_id=1,
有两个v1
-
at swag.Parser.parseField return 5 values
https://codebeat.co/projects/github-com-swaggo-swag-master/pull_requests/119111#9648392
-
Swag should be provide support to application/octet-stream Mime Types.
For example for an API provide download binary data.
-
I have an error when I run `swag init`.
account.go
```
type AccountRequest struct {
Name string `json:"name"`
Email string `json:"email"`
Password string `json:"password"`
}
typ…
-
I'm getting too many messages when generating docs by `swag init`:
```
➜ api git:(master) swag init
2018/04/08 19:00:18 Generate swagger docs....
2018/04/08 19:00:18 Generate general API Info
…
-
With this, there will generate html anchor in page.
![image](https://user-images.githubusercontent.com/3241937/38780123-9753ac48-4104-11e8-9237-abae2a486e88.png)
-
https://travis-ci.org/swaggo/swag/jobs/352730132
-
Sample Code :
package xyz
type Metadata struct{
id string `json:"id,omitempty"`
key string `json:"key,omitempty"`
}
package abc
import "xyz"
type Entity struct {
xyz.Me…
-
```
// @Summary 添加用户
// @accept multipart/form-data
// @Produce json
// @Param email formData string true "用户邮箱地址"
// @Param username formData string true "用户名"
// @Param password formData strin…