robskie

Results 2 issues of robskie

Will multiple return values be supported for Go?

enhancement
help wanted

Hi! Given the following struct: ``` go type ExampleStruct struct { IntValue int64 `json:"intval"` TimeValue time.Time `json:"timeval"` } ``` The following swagger models are currently generated: ``` "models": { "pkg.ExampleStruct:...