forked from loafle/openapi-generator-original
Merge pull request #3384 from keithballdotnet/patch-1
[Go] ParameterToString can panic
This commit is contained in:
@@ -94,7 +94,7 @@ func (c *APIClient) ParameterToString(obj interface{},collectionFormat string) s
|
||||
}
|
||||
}
|
||||
|
||||
return obj.(string)
|
||||
return fmt.Sprintf("%v", obj)
|
||||
}
|
||||
|
||||
func prepareRequest(postBody interface{},
|
||||
|
||||
Reference in New Issue
Block a user