form icon indicating copy to clipboard operation
form copied to clipboard

Is there anyway parse url.values direct to map[string]any

Open Septrum101 opened this issue 3 years ago • 2 comments

So How can I parse formdata to map[string]any directly like laravel?

Septrum101 avatar Jul 14 '22 10:07 Septrum101

not sure what the ask is here?

deankarn avatar Jul 26 '22 00:07 deankarn

not sure what the ask is here?

I must use a struct to unmarshal a form data. So there is a method to unmarshal a form data to a anymouns map[string]any ?

Septrum101 avatar Jul 26 '22 02:07 Septrum101