summerfish-swagger
summerfish-swagger copied to clipboard
Check for duplicated structs in the same method
if len(r.URL.Query().Get("timestamp")) > 0 { timestamp, err = strconv.ParseInt(r.URL.Query().Get("timestamp"), 10, 64) }
Results in: [ { "type": "string", "x-go-name": "timestamp", "description": "timestamp", "name": "timestamp", "in": "query", "schema": { "type": "" } }, { "type": "string", "x-go-name": "timestamp", "description": "timestamp", "name": "timestamp", "in": "query", "schema": { "type": "" } } ]